a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
@@ -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