File tree Expand file tree Collapse file tree 9 files changed +112
-17
lines changed
main/java/graphql/annotations Expand file tree Collapse file tree 9 files changed +112
-17
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package graphql .annotations ;
216
317import graphql .annotations .util .GraphQLOutputObjectRetriever ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package typeFunctions ;
216
317import graphql .annotations .GraphQLAnnotations ;
923import static org .testng .Assert .assertEquals ;
1024import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
1125
12- /**
13- * Created by Yael on 25/10/17.
14- */
1526public class BooleanFunctionTests {
1627
1728 @ BeforeMethod
Original file line number Diff line number Diff line change 1515package typeFunctions ;
1616
1717import graphql .annotations .*;
18- import graphql .annotations .graphQLProcessors .GraphQLInputProcessor ;
19- import graphql .annotations .graphQLProcessors .GraphQLOutputProcessor ;
20- import graphql .annotations .typeFunctions .DefaultTypeFunction ;
2118import graphql .schema .*;
2219import graphql .schema .GraphQLType ;
2320import org .testng .annotations .BeforeMethod ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package typeFunctions ;
216
317import graphql .annotations .GraphQLAnnotations ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package typeFunctions ;
216
317import graphql .annotations .GraphQLAnnotations ;
923import static org .testng .Assert .assertEquals ;
1024import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
1125
12- /**
13- * Created by Yael on 25/10/17.
14- */
1526public class FloatFunctionTests {
1627
1728 @ BeforeMethod
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package typeFunctions ;
216
317import graphql .annotations .GraphQLAnnotations ;
418import graphql .annotations .GraphQLID ;
5- import graphql .annotations .graphQLProcessors .GraphQLInputProcessor ;
6- import graphql .annotations .graphQLProcessors .GraphQLOutputProcessor ;
719import graphql .annotations .typeFunctions .DefaultTypeFunction ;
820import org .testng .annotations .BeforeMethod ;
921import org .testng .annotations .Test ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package typeFunctions ;
216
317import graphql .annotations .GraphQLAnnotations ;
923import static org .testng .Assert .assertEquals ;
1024import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
1125
12- /**
13- * Created by Yael on 25/10/17.
14- */
1526public class IntegerFunctionTests {
1627
1728 @ BeforeMethod
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package typeFunctions ;
216
317
Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright 2016 Yurii Rashkovskii
3+ * <p>
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ * <p>
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ * <p>
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ */
115package typeFunctions ;
216
317import graphql .annotations .GraphQLAnnotations ;
923import static org .testng .Assert .assertEquals ;
1024import static typeFunctions .DefaultTypeFunctionTestHelper .testedDefaultTypeFunction ;
1125
12- /**
13- * Created by Yael on 25/10/17.
14- */
1526public class StringFunctionTests {
1627
1728 @ BeforeMethod
You can’t perform that action at this time.
0 commit comments