My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DiffExample  
Updated Aug 26, 2008 by perott...@gmail.com
The code below is added to the testcode of the ExecutiveOfficer. Running the diff-report on the code will produce the following DIFF-REPORT
	@Test
	public void givenATaskStartedByAnExecutiveOfficerWhenTheOfficerClosesTheTaskThenEnsureItIsRemovedFromTheTaskList() {
		Task task = bob.createTask("Register salesorder");
		bob.start(task);
		bob.close( task );
		assertTrue(bob.getTaskList().getList().isEmpty());		
	}

Sign in to add a comment
Powered by Google Project Hosting