mirror of
https://github.com/nicolabs/ciform.git
synced 2025-09-07 16:10:07 +02:00
+ fake libs for the tests
This commit is contained in:
parent
34e8d484b2
commit
7e0c5cec9f
|
@ -0,0 +1,4 @@
|
|||
function testAlwaysFail()
|
||||
{
|
||||
assertTrue("This test will always fail",false);
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
function testAlwaysSucceed()
|
||||
{
|
||||
assertTrue("This test will always succeed",true);
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
function testAlwaysSucceed()
|
||||
{
|
||||
assertTrue("This test will always succeed",true);
|
||||
}
|
Loading…
Reference in a new issue