mirror of
https://github.com/google/nomulus
synced 2026-09-08 00:57:25 +00:00
Move ExceptionRule up to FlowTestCase
This removes a much larger number of independent field defs. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135846921
This commit is contained in:
@@ -18,17 +18,12 @@ import static google.registry.testing.DatastoreHelper.createTld;
|
||||
|
||||
import google.registry.flows.FlowTestCase;
|
||||
import google.registry.flows.LoggedInFlow.NotLoggedInException;
|
||||
import google.registry.testing.ExceptionRule;
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link LogoutFlow}. */
|
||||
public class LogoutFlowTest extends FlowTestCase<LogoutFlow> {
|
||||
|
||||
@Rule
|
||||
public final ExceptionRule thrown = new ExceptionRule();
|
||||
|
||||
public LogoutFlowTest() {
|
||||
setEppInput("logout.xml");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user