BananaPuncher714 / NBTEditor

A single class NBT editor for items, skulls, mobs, and tile entities
MIT License
136 stars 30 forks source link

Unit test base. #14

Closed portlek closed 4 years ago

portlek commented 4 years ago

Fixes #13

BONNe commented 4 years ago

Well, shouldn't java unit tests be placed in the correct package?

/src/test/java/io/github/bananapuncher714/nbteditor/ with a correct file name: NBTEditorTest.java

As that is a standard way how unit-tests are written.

portlek commented 4 years ago

Well, shouldn't java unit tests be placed in the correct package?

/src/test/java/io/github/bananapuncher714/nbteditor/ with a correct file name: NBTEditorTest.java

As that is a standard way how unit-tests are written.

Yes, I know, but we cannot have NMS classes with real unit tests, so I've just added a real server creator for that situation.