0.1.8-temp-bugfix-test • Published 6 years ago
@diffblue/java-combiner v0.1.8-temp-bugfix-test
Diffblue Java combiner
The Diffblue Java combiner takes an array of Java methods (usually jUnit tests) and combines them into a single java class.
It can also add new test methods to an existing class.
Installation
Using npm:
npm install @diffblue/java-combiner
Usage
Example usage:
var combiner = require('@diffblue/java-combiner');
const result = combiner.genTestClass([
{imports: ['com.example.foo.Foo'], test: ' public integer test() {\n new com.example.foo.Foo();\n }'},
{imports: ['com.example.bar.Foo'], test: ' public integer test2() {\n new com.example.bar.Foo()\n }'},
], 'MyClassTest', 'MyClass', 'com.example');
console.log(result);
© 2019 Diffblue Limited. See the file LICENSE for usage information.
0.1.8-temp-bugfix-test
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.6-rc4
6 years ago
0.1.6-rc3
6 years ago
0.1.6-rc2
6 years ago
0.1.6-rc1
6 years ago
0.1.5
6 years ago
0.1.5-rc4
6 years ago
0.1.5-rc2
6 years ago
0.1.5-rc1
6 years ago
0.1.4-temp
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.2-rc1
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.12
6 years ago
1.0.0
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago