mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
added junit runner to junit test class
This commit is contained in:
parent
eb583a15fd
commit
6076eecf4c
@ -17,6 +17,8 @@ package org.alfresco.demoamp;
|
||||
import org.alfresco.demoamp.HelloWorldMessage;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
||||
|
||||
/**s
|
||||
@ -25,6 +27,7 @@ import org.junit.Test;
|
||||
* @author Michael Suzuki
|
||||
*
|
||||
*/
|
||||
@RunWith(JUnit4.class)
|
||||
public class HelloWorldMessageTest
|
||||
{
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user