mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +00:00
added junit runner to junit test class
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user