13141516171819
private static final String MESSAGE = "Message"; private FunctionException exception; @Before public void setUp() throws Exception { exception = new FunctionException(MESSAGE); }