refactor tests + add static class test
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package draylar.omegatest.config;
|
||||
|
||||
import draylar.omegaconfig.api.Config;
|
||||
|
||||
public class NestedConfigTest implements Config {
|
||||
|
||||
public boolean test = false;
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "nested";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getDirectory() {
|
||||
return "test";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user