[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 77, 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-cucumber\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ frequent-flyers ---
[INFO] Compiling 11 source files to C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-cucumber\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 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ frequent-flyers ---
[INFO] Compiling 19 source files to C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-cucumber\target\test-classes
[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-cucumber\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.079 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.001 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.431 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.174 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.086 sec - in com.bddinaction.chapter10.model.WhenEarningStatus
Running com.bddinaction.chapter10.model.WhenManagingFrequentFlyerMemberStatusUpdates
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.bddinaction.chapter10.model.WhenManagingFrequentFlyerMemberStatusUpdates
Running com.bddinaction.chapter10.model.WhenRetrievingFlightDetails
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in com.bddinaction.chapter10.model.WhenRetrievingFlightDetails

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ frequent-flyers ---
[INFO] Building jar: C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-cucumber\target\frequent-flyers-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (acceptance-tests) @ frequent-flyers ---
[INFO] Surefire report directory: C:\Users\HP\Documents\GitHub\pol\chapter-10\flying-high-cucumber\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.bddinaction.chapter10.cucumber.AcceptanceTestSuite

13 Scenarios ([33m8 pending[0m, [32m5 passed[0m)
57 Steps ([36m24 skipped[0m, [33m8 pending[0m, [32m25 passed[0m)
0m0,147s

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.podruj_lotem_ktry_jest_wart_punktw(ZdobywaniePunktwZaLoty.java:45)
	at ?.Gdy podruj lotem ktry jest wart 439 punktw(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_wg_statusu.feature:7)

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.podruj_lotem_ktry_jest_wart_punktw(ZdobywaniePunktwZaLoty.java:45)
	at ?.Gdy podruj lotem ktry jest wart 439 punktw(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_wg_statusu.feature:7)

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.podruj_lotem_ktry_jest_wart_punktw(ZdobywaniePunktwZaLoty.java:45)
	at ?.Gdy podruj lotem ktry jest wart 148 punktw(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_wg_statusu.feature:7)

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.podruj_lotem_ktry_jest_wart_punktw(ZdobywaniePunktwZaLoty.java:45)
	at ?.Gdy podruj lotem ktry jest wart 474 punktw(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_wg_statusu.feature:7)

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.podruj_lotem_ktry_jest_wart_punktw(ZdobywaniePunktwZaLoty.java:45)
	at ?.Gdy podruj lotem ktry jest wart 2041 punktw(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_wg_statusu.feature:7)

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.dystans_przelotu_z_Sydney_do_Melbourne_wynosi_km(ZdobywaniePunktwZaLoty.java:24)
	at ?.Zakadajc dystans przelotu z Sydney do Melbourne wynosi 878 km(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_za_loty.feature:10)

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.dystans_przelotu_z_Sydney_do_Melbourne_wynosi_km(ZdobywaniePunktwZaLoty.java:24)
	at ?.Zakadajc dystans przelotu z Sydney do Melbourne wynosi 878 km(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_za_oferty_specjalne.feature:9)

cucumber.api.PendingException: TODO: implement me
	at com.bddinaction.chapter10.cucumber.steps.ZdobywaniePunktwZaLoty.dystans_przelotu_z_Sydney_do_Melbourne_wynosi_km(ZdobywaniePunktwZaLoty.java:24)
	at ?.Zakadajc dystans przelotu z Sydney do Melbourne wynosi 878 km(com/bddinaction/chapter10/cucumber/zdobywanie_punktw/zdobywanie_punktw_za_zakupy.feature:9)

Tests run: 78, Failures: 0, Errors: 0, Skipped: 40, Time elapsed: 1.712 sec - in com.bddinaction.chapter10.cucumber.AcceptanceTestSuite

Results :

Tests run: 78, Failures: 0, Errors: 0, Skipped: 40

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.911 s
[INFO] Finished at: 2015-10-23T06:07:34+02:00
[INFO] Final Memory: 31M/364M
[INFO] ------------------------------------------------------------------------
