Files
noVNC/include/as3crypto_patched/test/suite/AllTests.as
Joel Martin 0e486e1ba0 Import as3crypto_patch: ffda6e9cd8b1d74f45472c676afda8360ae1e5aa
as3crypto is actionscript 3 crypto library with TLS engine support.

From: http://github.com/lyokato/as3crypto_patched

Which was forked from: http://code.google.com/p/as3crypto/
2010-04-30 14:13:32 -05:00

16 lines
321 B
ActionScript

package suite {
import flexunit.framework.TestSuite;
public class AllTests extends TestSuite {
public function AllTests() {
super();
// Add tests here
// For examples, see: http://code.google.com/p/as3flexunitlib/wiki/Resources
//addTest(SomeTest.suite());
}
}
}