mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-21 06:13:49 -04:00
Added test cases for multiple resources and services
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user