[Programmable_with_Mockito] ant
Buildfile: /Users/javapro/dev/src/java/Programmable_with_Mockito/build.xml
clean:
[delete] Deleting directory /Users/javapro/dev/src/java/Programmable_with_Mockito/bin
init:
[mkdir] Created dir: /Users/javapro/dev/src/java/Programmable_with_Mockito/bin
compile:
[javac] Compiling 3 source files to /Users/javapro/dev/src/java/Programmable_with_Mockito/bin
[javac] Note: /Users/javapro/dev/src/java/Programmable_with_Mockito/src/us/home/electronics/ProgrammableTest.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
test:
[junit] Running us.home.electronics.ProgrammableTest
[junit] Testsuite: us.home.electronics.ProgrammableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.312 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.312 sec
[junit]
[junit] Testcase: testBeepBeep took 0.276 sec
BUILD SUCCESSFUL
Total time: 1 second
[Programmable_with_Mockito]Tuesday, December 13, 2011
Mockito
I created a tiny project with which to quickly refresh my memory of Mockito. Knowing I would blog this code, I made the classes as concise as possible.
Past Blogs (Oldest to Newest)
- MySQL Quickstart
- Simple JUnit Example
- ANT's JavaDoc Task
- HSQLDB Console
- Elements of OO
- Variations on AS400 JDBC
- FTP Script
- Log4J Logs in DB/2
- Rhino Scripting in Java
- CSV Bulk Import
- JMock
- Internet Alphabet Soup
- Green Screen HTML Style
- Another Example - Yourself
- Groovy Script for AS400 Data
- Coad Interview of Jefferies
- More Scripting With Rhino
- Scripting With Objects
- Old School OO
- AS400 SYSPROCS
- Big Picture and Broken Windows
- Unheard Of! SQL on the AS400
- Behavioral Differences Between HashMap and TreeMap
- Sixty Second Rails
- Plum Pudding Model
- Impacting the Business
- CheatSheets
- Domain Modeling with Color?
- Maven Lifecycle and Examples
- Tomcat Basics
- Fitnesse How-To
- Ant's JAR Task
- Learning Tests for Java Dates
- Quickstart MySQL App With Maven
- Closures in Groovy
- Cohesion and Coupling
- Java Generics
- Groovy Script for Lucene
- Solient Green (and Architecture) is People
- Feeling Guilty?
- Subversion and Cruise Control
- Debugging RPG Called From JDBC
- The Value of Methodology
- Wicket in Action Quickstart
- Liquibase
- Inappropriate Infrastructure
- Idiomatic Ruby
- JRuby and Jetty