b1ef1dcd7827711696adb9e56a3dc519ee0fb968
Instead of testing for Win32 platform in the @Before annotated method that is called before every test, add a new method annotated with @BeforeClass that will skip the entire test suite when the platform is Win32. Also use the assume() method from Google Truth which has an isFalse() method, rather than using assumeTrue() with reverse logic. Change-Id: Ia14e4dcb7d7136ca6568a9a906a2293a9c75b329
Description
RETIRED, Gerrit as used by OpenStack