Package ch.powerunit.rules

Examples of ch.powerunit.rules.SystemPropertiesRule


   *            the properties to be restored
   * @return {@link TestRule the rule chain}.
   * @see Rule
   */
  default TestRule systemPropertiesRule(String... propertiesName) {
    return new SystemPropertiesRule(propertiesName);
  }
View Full Code Here


     *            the properties to be restored
     * @return {@link TestRule the rule chain}.
     * @see Rule
     */
    default TestRule systemPropertiesRule(String... propertiesName) {
        return new SystemPropertiesRule(propertiesName);
    }
View Full Code Here

TOP

Related Classes of ch.powerunit.rules.SystemPropertiesRule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.