X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Ftest%2FTestStatus.java;h=d4e91e46318c5d59c837d58516b142c1d095e1b6;hb=b3c5eaf56f98afc3e1068c154320b51e10b6424b;hp=2392ba9679983041b966194a03998cf6b2d899b2;hpb=2f57b9abf7e5110603e8cf952259509c76c9a162;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java index 2392ba967..d4e91e463 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java @@ -1,7 +1,25 @@ +/* + * Copyright (C) 2010 Mathieu Baudier + * + * 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. + */ + package org.argeo.slc.test; /** - * Simple statuses. + * Simple statuses. Ordering of the flags can be relied upon in aggregation: if + * one element is failed, the aggregation is failed. Is one element is in ERROR, + * the aggregation is in ERROR. *

*