BuiltBrokenModding / MilitaryBaseDecor

Military Style blocks, and tiles to create themed bases
MIT License
8 stars 6 forks source link

Junit testing #5

Closed dmodoomsirius closed 6 years ago

dmodoomsirius commented 8 years ago

We should add junit testing to MBD so we can make sure somethings work properly when compiling.

DarkGuardsman commented 8 years ago

Yes, though only complex blocks will need JUnit testing. Most of the blocks are very basic and can be handled with automated block placement tests.

Hennamann commented 8 years ago

I've never setup JUnit before though. Do we have any documentation or examples on it?

dmodoomsirius commented 8 years ago

Look at ve src/test that will help you tho dark can explain it better then I can.

Sent from my iPhone

On Jan 10, 2016, at 3:45 PM, Henry Stabell notifications@github.com wrote:

I've never setup JUnit before though. Do we have any documentation or examples on it?

― Reply to this email directly or view it on GitHub.

Hennamann commented 8 years ago

I see, I'l probably figure it out.

Hennamann commented 7 years ago

Work on this has now begun with commit: 8b483fc. It still needs a lot more work to provide a high coverage percent.

Hennamann commented 6 years ago

Closing as it's no longer relevant.