Skip to content

Commit

Permalink
Updated unit tests for manual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Jul 26, 2015
1 parent 3411a24 commit 4c85801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void tests_marked_as_manual_should_be_skipped_and_be_flagged_as_manual_te
runner.run(new RunNotifier());

List<TestOutcome> executedSteps = runner.getTestOutcomes();
assertThat(inTheTesOutcomes(executedSteps).theResultFor("a_manual_test"), is(TestResult.IGNORED));
assertThat(inTheTesOutcomes(executedSteps).theResultFor("a_manual_test"), is(TestResult.PENDING));
assertThat(inTheTesOutcomes(executedSteps).theOutcomeFor("a_manual_test").isManual(), equalTo(true));
assertThat(inTheTesOutcomes(executedSteps).theOutcomeFor("a_manual_test").getTags(),
hasItem(TestTag.withName("Manual").andType("External Tests")));
Expand Down

0 comments on commit 4c85801

Please sign in to comment.