All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dakusui.actionunit.exceptions.ActionAssertionError Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package com.github.dakusui.actionunit.exceptions;

public class ActionAssertionError extends AssertionError {
  public ActionAssertionError(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy