Added test cases for multiple resources and services

This commit is contained in:
Obique PSWG
2017-05-22 01:15:41 -05:00
parent 7557f5b7ab
commit 9559f51c25
9 changed files with 390 additions and 5 deletions
+3 -1
View File
@@ -38,11 +38,13 @@ import com.projectswg.common.debug.log_wrapper.ConsoleLogWrapper;
import network.encryption.TestEncryption;
import resources.TestResources;
import services.TestServices;
@RunWith(Suite.class)
@SuiteClasses({
TestEncryption.class,
TestResources.class
TestResources.class,
TestServices.class
})
public class TestAll {