[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.bddinaction.chapter2:frequent-flyers:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.mockito:mockito-all:jar -> duplicate declaration of version 1.9.5 @ line 100, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Frequent Flyer examples (Cucumber) 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- gmaven-plugin:1.4:generateStubs (default) @ frequent-flyers ---
[INFO] No sources found for Java stub generation
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ frequent-flyers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-jbehave\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ frequent-flyers ---
[INFO] Compiling 1 source file to C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-jbehave\target\classes
[INFO] 
[INFO] --- gmaven-plugin:1.4:compile (default) @ frequent-flyers ---
[INFO] No sources found to compile
[INFO] 
[INFO] --- gmaven-plugin:1.4:generateTestStubs (default) @ frequent-flyers ---
[INFO] Generated 5 Java stubs
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ frequent-flyers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ frequent-flyers ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- gmaven-plugin:1.4:testCompile (default) @ frequent-flyers ---
[INFO] Compiled 5 Groovy classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ frequent-flyers ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (unit-tests) @ frequent-flyers ---
[INFO] Surefire report directory: C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-jbehave\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.bddinaction.chapter10.junit.WhenCheckingMinimumStatusPointsWithFest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in com.bddinaction.chapter10.junit.WhenCheckingMinimumStatusPointsWithFest
Running com.bddinaction.chapter10.junit.WhenEarningStatusFromFrequentFlyerPoints
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.bddinaction.chapter10.junit.WhenEarningStatusFromFrequentFlyerPoints
Running com.bddinaction.chapter10.junit.WhenEarningStatusLevels
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.bddinaction.chapter10.junit.WhenEarningStatusLevels
Running com.bddinaction.chapter10.junit.WhenRegisteringANewFrequentFlyerMember
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.bddinaction.chapter10.junit.WhenRegisteringANewFrequentFlyerMember
Running com.bddinaction.chapter10.model.WhenCheckingMinimumStatusPoints
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec - in com.bddinaction.chapter10.model.WhenCheckingMinimumStatusPoints
Running com.bddinaction.chapter10.model.WhenCheckingStatusPointUpgrades
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in com.bddinaction.chapter10.model.WhenCheckingStatusPointUpgrades
Running com.bddinaction.chapter10.model.WhenEarningStatus
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in com.bddinaction.chapter10.model.WhenEarningStatus
Running com.bddinaction.chapter10.model.WhenManagingFrequentFlyerMemberStatusUpdates
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.048 sec <<< FAILURE! - in com.bddinaction.chapter10.model.WhenManagingFrequentFlyerMemberStatusUpdates
nowy uczestnik programu frequent powinien mie status Brzowy(com.bddinaction.chapter10.model.WhenManagingFrequentFlyerMemberStatusUpdates)  Time elapsed: 0.028 sec  <<< ERROR!
groovy.lang.MissingPropertyException: No such property: Brzowy for class: com.bddinaction.chapter10.model.Status
	at com.bddinaction.chapter10.model.WhenManagingFrequentFlyerMemberStatusUpdates.nowy uczestnik programu frequent powinien mie status Brzowy(WhenManagingFrequentFlyerMemberStatusUpdates.groovy:26)

Running com.bddinaction.chapter10.model.WhenRetrievingFlightDetails
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in com.bddinaction.chapter10.model.WhenRetrievingFlightDetails

Results :

Tests in error: 
  WhenManagingFrequentFlyerMemberStatusUpdates.nowy uczestnik programu frequent powinien mie status Brzowy:26 MissingProperty

Tests run: 34, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.334 s
[INFO] Finished at: 2015-10-22T07:13:20+02:00
[INFO] Final Memory: 27M/359M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (unit-tests) on project frequent-flyers: There are test failures.
[ERROR] 
[ERROR] Please refer to C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-jbehave\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
