more futzing with flexunit 4, about to switch from GNU make to Ant
This commit is contained in:
17
custom-03g1-debugging/me/tests/cases/TestCase01.as
Normal file
17
custom-03g1-debugging/me/tests/cases/TestCase01.as
Normal file
@@ -0,0 +1,17 @@
|
||||
package me.tests.cases
|
||||
{
|
||||
import org.flexunit.Assert;
|
||||
|
||||
public class TestCase01
|
||||
{
|
||||
public function TestCase01():void
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public function testMathIsRealistic():void
|
||||
{
|
||||
Assert.assertEquals(12, 2 * 6);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user