0.1.8-temp-bugfix-test • Published 5 years ago

@diffblue/java-combiner v0.1.8-temp-bugfix-test

Weekly downloads
112
License
MIT
Repository
github
Last release
5 years ago

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

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.6-rc4

5 years ago

0.1.6-rc3

5 years ago

0.1.6-rc2

5 years ago

0.1.6-rc1

5 years ago

0.1.5

5 years ago

0.1.5-rc4

5 years ago

0.1.5-rc2

5 years ago

0.1.5-rc1

5 years ago

0.1.4-temp

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.2-rc1

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.12

5 years ago

1.0.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago