cleaning up files
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
public class Process {
|
||||
|
||||
public Process() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class Tests {
|
||||
|
||||
MindQueue m = new MindQueue();
|
||||
|
||||
@Test
|
||||
public void test1() {
|
||||
Integer i = 1;
|
||||
Action a = new Vision();
|
||||
m.push(a);
|
||||
assertEquals(i, m.pop());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user