We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Beta
4.0
utest
src/Example.hx
class Example { public static function add(a:Int, b:Int):Int { return a + b; } }
tests/ExampleTest.hx
import utest.Assert; class ExampleTest extends utest.Test { function testExample() { Assert.equals(Example.add(1, 1), 2); } }
The optional preloaded code is a separate module that you can import.
12 seconds
None
content-issues