File tree Expand file tree Collapse file tree 8 files changed +14
-21
lines changed
src/test/java/graphql/annotations/typeFunctions Expand file tree Collapse file tree 8 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717import graphql .annotations .GraphQLAnnotations ;
18- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
1918import org .testng .annotations .BeforeMethod ;
2019import org .testng .annotations .Test ;
2120
2221import static graphql .Scalars .GraphQLBoolean ;
2322import static org .testng .Assert .assertEquals ;
24- import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
23+ import static graphql . annotations . typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
2524
2625public class BooleanFunctionTests {
2726
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717import graphql .annotations .*;
1818import graphql .schema .*;
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717import graphql .annotations .GraphQLAnnotations ;
1818import graphql .annotations .graphQLProcessors .GraphQLInputProcessor ;
1919import graphql .annotations .graphQLProcessors .GraphQLOutputProcessor ;
20- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
2120
2221public class DefaultTypeFunctionTestHelper {
2322 public static DefaultTypeFunction testedDefaultTypeFunction () {
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717import graphql .annotations .GraphQLAnnotations ;
18- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
1918import org .testng .annotations .BeforeMethod ;
2019import org .testng .annotations .Test ;
2120
2221import static graphql .Scalars .GraphQLFloat ;
2322import static org .testng .Assert .assertEquals ;
24- import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
23+ import static graphql . annotations . typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
2524
2625public class FloatFunctionTests {
2726
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717import graphql .annotations .GraphQLAnnotations ;
1818import graphql .annotations .GraphQLID ;
19- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
2019import org .testng .annotations .BeforeMethod ;
2120import org .testng .annotations .Test ;
2221
2524
2625import static graphql .Scalars .GraphQLID ;
2726import static org .testng .Assert .assertEquals ;
28- import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
27+ import static graphql . annotations . typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
2928
3029
3130public class IDFunctionTests {
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717import graphql .annotations .GraphQLAnnotations ;
18- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
1918import org .testng .annotations .BeforeMethod ;
2019import org .testng .annotations .Test ;
2120
2221import static graphql .Scalars .GraphQLInt ;
2322import static org .testng .Assert .assertEquals ;
24- import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
23+ import static graphql . annotations . typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
2524
2625public class IntegerFunctionTests {
2726
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717
1818import graphql .annotations .GraphQLAnnotations ;
19- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
2019import org .testng .annotations .BeforeMethod ;
2120import org .testng .annotations .Test ;
2221
2322import static graphql .Scalars .GraphQLLong ;
2423import static org .testng .Assert .assertEquals ;
25- import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
24+ import static graphql . annotations . typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
2625
2726public class LongFunctionTests {
2827
Original file line number Diff line number Diff line change 1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313 * See the License for the specific language governing permissions and
1414 */
15- package typeFunctions ;
15+ package graphql . annotations . typeFunctions ;
1616
1717import graphql .annotations .GraphQLAnnotations ;
18- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
1918import org .testng .annotations .BeforeMethod ;
2019import org .testng .annotations .Test ;
2120
2221import static graphql .Scalars .GraphQLString ;
2322import static org .testng .Assert .assertEquals ;
24- import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
23+ import static graphql . annotations . typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
2524
2625public class StringFunctionTests {
2726
You can’t perform that action at this time.
0 commit comments