代码搜索:MoMEUnit

找到约 67 项符合「MoMEUnit」的源代码

代码结果 67
www.eeworm.com/read/451866/1659191

java assert.java

package momeunit.framework; /** * A collection of static assert methods. A TestCase base class. If assertion * fails {@link AssertionFailedError} with descriptive message is thrown. * * *
www.eeworm.com/read/451866/1659222

java package-info.java

/** * This package contains classes of and used by formatters intended to process test * events and creating reports. * * @author Sergio Morozov * @version 1.1.2 */ package org.momeunit.ant.for
www.eeworm.com/read/451866/1659223

java unsupportedelementexception.java

package org.momeunit.ant.taskdefs; /** * Exception thrown when unsupported element is encountered. * * @author Sergio Morozov * @version 1.1.2 */ public class UnsupportedElementException extend
www.eeworm.com/read/451866/1659231

java unsupportedattributeexception.java

package org.momeunit.ant.taskdefs; /** * Exception thrown when unsupported attribute is encountered. * * @author Sergio Morozov * @version 1.1.2 */ public class UnsupportedAttributeException ex
www.eeworm.com/read/451866/1659188

java test.java

package momeunit.framework; /** * A Base interface that all tests should implement. * * @author Sergio Morozov * @version 1.1.2 */ public interface Test { /** * Counts the number of test c
www.eeworm.com/read/451866/1659192

java testcase.java

package momeunit.framework; /** * An abstract class that every test case should extend. The TestCase has a * name property that identifies it. The default value of this * property is
www.eeworm.com/read/451866/1659226

java propertyelement.java

package org.momeunit.ant.taskdefs; /** * Tag intended to specify property (it's name and value). * * @author Sergio Morozov * @version 1.1.2 */ public class PropertyElement { private String
www.eeworm.com/read/451866/1659189

java testfailure.java

package momeunit.framework; /** * Describes a test failure or error. There are two kinds of test failures: * * failure - anticipated error checked with assertions.
www.eeworm.com/read/451866/1659198

java testevent.java

package org.momeunit.ant.event; /** * Class that encapsulates information of test event. Test events of different * types can be constructed using static factory methods * {@link #createStartTestE
www.eeworm.com/read/451866/1659194

java package-info.java

/** * * MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME * applications. It is derived from JUnit framework. It is only CLDC 1.1 * complied. *