MicroShed / boost

Boost Maven and Gradle plugins for MicroProfile development
Eclipse Public License 1.0
27 stars 13 forks source link

add dev mode IT #401

Open awisniew90 opened 4 years ago

awisniew90 commented 4 years ago

Notes:

  1. The framework for this IT was taken from the LMP's dev mode test
  2. The IT project test-liberty-dev-mode is just a shell project with test classes. The test classes create and build a boost project from "resources/basic-dev-project".
  3. There are several Thread.sleep() calls. Due to the nature of testing dev mode, we occasionally need to wait for the process to fully complete before moving on to another test.