We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53855fd commit 3111b70Copy full SHA for 3111b70
src/test/java/unquietcode/tools/flapi/AtLeast_T.java
@@ -1,5 +1,5 @@
1
/*******************************************************************************
2
- Copyright 2012 Benjamin Fagin
+ Copyright 2013 Benjamin Fagin
3
4
Licensed under the Apache License, Version 2.0 (the "License");
5
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
22
import org.junit.Test;
23
import unquietcode.tools.flapi.builder.Descriptor.DescriptorGenerator;
24
import unquietcode.tools.flapi.helpers.DescriptorHelperImpl;
25
-import unquietcode.tools.flapi.support.ExpectedInvocationsException;
+import unquietcode.tools.flapi.runtime.ExpectedInvocationsException;
26
27
/**
28
* @author Ben Fagin
0 commit comments