Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Run Program with JUnit 3.8.1 and Hamcrest 1.3
How to run the JUnit 3.8.1 Example Program with Hamcrest 1.3? I found the example ExampleWithAssertThat.java in the "hamcrest-examples" folder.
✍: FYIcenter.com
Hamcrest is a framework for writing matcher objects allowing 'match' rules to be defined declaratively.
The hamcrest-generator-1.3.zip contains a sample examples on how to use Hamcrest
with JUnit 3.x and JUnit 4.x.
If you want to run the JUnit 3.8.1 example with Hamcrest 1.3, you can follow these commands:
\fyicenter>cd \local\hamcrest-1.3\hamcrest-examples\src\main\java ...\java>java -version java version "1.7.0_45" ...\java>javac -cp .;..\..\..\..\lib\integration\junit-3.8.1.jar; ..\..\..\..\hamcrest-all-1.3.jar org\hamcrest\examples\junit3\ExampleWithAssertThat.java ...\java>java -cp .;..\..\..\..\lib\integration\junit-3.8.1.jar; ..\..\..\..\hamcrest-all-1.3.jar junit.textui.TestRunner org.hamcrest.examples.junit3.ExampleWithAssertThat . Time: 0.021 OK (1 test)
2016-03-25, 2280🔥, 0💬
Popular Posts:
JDK 11 java.compiler.jmod is the JMOD file for JDK 11 Compiler module. JDK 11 Compiler module compil...
JDK 11 jdk.jfr.jmod is the JMOD file for JDK 11 JFR module. JDK 11 JFR module compiled class files a...
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR file for Apache Commons Logging ...
What Is ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is the JAR files of ojdbc.jar, JD...
What Is poi-3.5.jar - Part 2? poi-3.5.jar is one of the JAR files for Apache POI 3.5, which provides...