From fd3287187e487d8b0789484def296074e985b7cb Mon Sep 17 00:00:00 2001 From: Serban Jora Date: Tue, 10 Apr 2018 15:33:46 -0400 Subject: Add more unit testing Unit testing for kwalify parser and validator and for domain model representation. Fix oparent reference in pom in datse format in docker image tag. Change-Id: Icca11ae7fc773cae3de910acb10fcacd51b909a4 Signed-off-by: Serban Jora Issue-ID: MODELING-53 Signed-off-by: Serban Jora --- .../kwalify/src/test/resources/parserSuccessFloats.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 javatoscachecker/kwalify/src/test/resources/parserSuccessFloats.yml (limited to 'javatoscachecker/kwalify/src/test/resources/parserSuccessFloats.yml') diff --git a/javatoscachecker/kwalify/src/test/resources/parserSuccessFloats.yml b/javatoscachecker/kwalify/src/test/resources/parserSuccessFloats.yml new file mode 100644 index 0000000..b26e45b --- /dev/null +++ b/javatoscachecker/kwalify/src/test/resources/parserSuccessFloats.yml @@ -0,0 +1,17 @@ +# +# Copyright (c) 2017 . All rights reserved. +# =================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed +# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for +# the specific language governing permissions and limitations under the License. +# +#canonical: 1.23015e+3 +#exponential: 12.3015e+02 +fixed: 1230.15 +#negative infinity: -.inf +#not a number: .NaN -- cgit 1.2.3-korg