summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/context/cdlist_black.h7
-rw-r--r--test/unit/context/cdmap_black.h7
-rw-r--r--test/unit/context/cdmap_white.h7
-rw-r--r--test/unit/context/cdo_black.h7
-rw-r--r--test/unit/context/context_black.h7
-rw-r--r--test/unit/context/context_mm_black.h11
-rw-r--r--test/unit/context/context_white.h7
-rw-r--r--test/unit/expr/attribute_black.h13
-rw-r--r--test/unit/expr/attribute_white.h9
-rw-r--r--test/unit/expr/declaration_scope_black.h9
-rw-r--r--test/unit/expr/expr_manager_public.h9
-rw-r--r--test/unit/expr/expr_public.h9
-rw-r--r--test/unit/expr/kind_black.h7
-rw-r--r--test/unit/expr/node_black.h9
-rw-r--r--test/unit/expr/node_builder_black.h31
-rw-r--r--test/unit/expr/node_manager_black.h14
-rw-r--r--test/unit/expr/node_manager_white.h9
-rw-r--r--test/unit/expr/node_white.h9
-rw-r--r--test/unit/memory.h7
-rw-r--r--test/unit/parser/parser_black.h10
-rw-r--r--test/unit/parser/parser_builder_black.h9
-rw-r--r--test/unit/prop/cnf_stream_black.h9
-rw-r--r--test/unit/theory/theory_black.h9
-rw-r--r--test/unit/theory/theory_uf_white.h9
-rw-r--r--test/unit/util/assert_white.h7
-rw-r--r--test/unit/util/bitvector_black.h11
-rw-r--r--test/unit/util/configuration_black.h7
-rw-r--r--test/unit/util/exception_black.h7
-rw-r--r--test/unit/util/integer_black.h9
-rw-r--r--test/unit/util/integer_white.h9
-rw-r--r--test/unit/util/output_black.h7
-rw-r--r--test/unit/util/rational_black.h7
-rw-r--r--test/unit/util/rational_white.h9
33 files changed, 194 insertions, 113 deletions
diff --git a/test/unit/context/cdlist_black.h b/test/unit/context/cdlist_black.h
index bcc95b470..299e11dee 100644
--- a/test/unit/context/cdlist_black.h
+++ b/test/unit/context/cdlist_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** cdlist_black.h
+/*! \file cdlist_black.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::context::CDList<>.
**
** Black box testing of CVC4::context::CDList<>.
**/
diff --git a/test/unit/context/cdmap_black.h b/test/unit/context/cdmap_black.h
index 262c66fe5..93316da76 100644
--- a/test/unit/context/cdmap_black.h
+++ b/test/unit/context/cdmap_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** cdmap_black.h
+/*! \file cdmap_black.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::context::CDMap<>.
**
** Black box testing of CVC4::context::CDMap<>.
**/
diff --git a/test/unit/context/cdmap_white.h b/test/unit/context/cdmap_white.h
index 9a920ede8..a3abd6f25 100644
--- a/test/unit/context/cdmap_white.h
+++ b/test/unit/context/cdmap_white.h
@@ -1,5 +1,6 @@
/********************* */
-/** cdmap_white.h
+/*! \file cdmap_white.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::context::CDMap<>.
**
** White box testing of CVC4::context::CDMap<>.
**/
diff --git a/test/unit/context/cdo_black.h b/test/unit/context/cdo_black.h
index 4cdb8f343..f844c2ef5 100644
--- a/test/unit/context/cdo_black.h
+++ b/test/unit/context/cdo_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** cdo_black.h
+/*! \file cdo_black.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::context::CDO<>.
**
** Black box testing of CVC4::context::CDO<>.
**/
diff --git a/test/unit/context/context_black.h b/test/unit/context/context_black.h
index 46d01946b..e5aee4baa 100644
--- a/test/unit/context/context_black.h
+++ b/test/unit/context/context_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** context_black.h
+/*! \file context_black.h
+ ** \verbatim
** Original author: dejan
** Major contributors: mdeters
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::context::Context.
**
** Black box testing of CVC4::context::Context.
**/
diff --git a/test/unit/context/context_mm_black.h b/test/unit/context/context_mm_black.h
index e25d1f336..126245af7 100644
--- a/test/unit/context/context_mm_black.h
+++ b/test/unit/context/context_mm_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** context_mm_black.h
+/*! \file context_mm_black.h
+ ** \verbatim
** Original author: dejan
- ** Major contributors: none
- ** Minor contributors (to current version): mdeters
+ ** Major contributors: mdeters
+ ** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::context::ContextMemoryManager.
**
** Black box testing of CVC4::context::ContextMemoryManager.
**/
diff --git a/test/unit/context/context_white.h b/test/unit/context/context_white.h
index 0963e4100..38649ef5b 100644
--- a/test/unit/context/context_white.h
+++ b/test/unit/context/context_white.h
@@ -1,5 +1,6 @@
/********************* */
-/** context_white.h
+/*! \file context_white.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::context::Context.
**
** White box testing of CVC4::context::Context.
**/
diff --git a/test/unit/expr/attribute_black.h b/test/unit/expr/attribute_black.h
index 7894743d6..c9fc1f50b 100644
--- a/test/unit/expr/attribute_black.h
+++ b/test/unit/expr/attribute_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** attribute_black.h
- ** Original author: taking
- ** Major contributors: none
- ** Minor contributors (to current version): none
+/*! \file attribute_black.h
+ ** \verbatim
+ ** Original author: dejan
+ ** Major contributors: taking
+ ** Minor contributors (to current version): cconway, mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::Attribute.
**
** Black box testing of CVC4::Attribute.
**/
diff --git a/test/unit/expr/attribute_white.h b/test/unit/expr/attribute_white.h
index 509f0b02d..8afc012ff 100644
--- a/test/unit/expr/attribute_white.h
+++ b/test/unit/expr/attribute_white.h
@@ -1,14 +1,17 @@
/********************* */
-/** attribute_white.h
+/*! \file attribute_white.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
- ** Minor contributors (to current version): cconway
+ ** Minor contributors (to current version): dejan, cconway
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of Node attributes.
**
** White box testing of Node attributes.
**/
diff --git a/test/unit/expr/declaration_scope_black.h b/test/unit/expr/declaration_scope_black.h
index 67e6d3e98..923df2afb 100644
--- a/test/unit/expr/declaration_scope_black.h
+++ b/test/unit/expr/declaration_scope_black.h
@@ -1,12 +1,17 @@
/********************* */
-/** declaration_scope_black.h
+/*! \file declaration_scope_black.h
+ ** \verbatim
** Original author: cconway
+ ** Major contributors: none
+ ** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::DeclarationScope.
**
** Black box testing of CVC4::DeclarationScope.
**/
diff --git a/test/unit/expr/expr_manager_public.h b/test/unit/expr/expr_manager_public.h
index ecb71081d..4d3958278 100644
--- a/test/unit/expr/expr_manager_public.h
+++ b/test/unit/expr/expr_manager_public.h
@@ -1,5 +1,6 @@
/********************* */
-/** expr_manager_public.h
+/*! \file expr_manager_public.h
+ ** \verbatim
** Original author: cconway
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,9 +9,11 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
**
- ** Public black-box testing of CVC4::Expr.
+ ** \brief Public black-box testing of CVC4::ExprManager.
+ **
+ ** Public black-box testing of CVC4::ExprManager.
**/
#include <cxxtest/TestSuite.h>
diff --git a/test/unit/expr/expr_public.h b/test/unit/expr/expr_public.h
index 00f20dbe6..7900057e1 100644
--- a/test/unit/expr/expr_public.h
+++ b/test/unit/expr/expr_public.h
@@ -1,14 +1,17 @@
/********************* */
-/** expr_public.h
+/*! \file expr_public.h
+ ** \verbatim
** Original author: mdeters
- ** Major contributors: none
+ ** Major contributors: dejan
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Public black-box testing of CVC4::Expr.
**
** Public black-box testing of CVC4::Expr.
**/
diff --git a/test/unit/expr/kind_black.h b/test/unit/expr/kind_black.h
index 8f25a9fc1..314108a5b 100644
--- a/test/unit/expr/kind_black.h
+++ b/test/unit/expr/kind_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** kind_black.h
+/*! \file kind_black.h
+ ** \verbatim
** Original author: taking
** Major contributors: none
** Minor contributors (to current version): mdeters
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::Kind.
**
** Black box testing of CVC4::Kind.
**/
diff --git a/test/unit/expr/node_black.h b/test/unit/expr/node_black.h
index 52a324d53..c79832583 100644
--- a/test/unit/expr/node_black.h
+++ b/test/unit/expr/node_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** node_black.h
+/*! \file node_black.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: taking
- ** Minor contributors (to current version): dejan, cconway
+ ** Minor contributors (to current version): cconway, dejan
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::Node.
**
** Black box testing of CVC4::Node.
**/
diff --git a/test/unit/expr/node_builder_black.h b/test/unit/expr/node_builder_black.h
index 8bde4b047..7f315f092 100644
--- a/test/unit/expr/node_builder_black.h
+++ b/test/unit/expr/node_builder_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** node_builder_black.h
+/*! \file node_builder_black.h
+ ** \verbatim
** Original author: taking
** Major contributors: mdeters
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::NodeBuilder.
**
** Black box testing of CVC4::NodeBuilder.
**/
@@ -20,6 +23,7 @@
#include <sstream>
#include "expr/node_builder.h"
+#include "expr/convenience_node_builders.h"
#include "expr/node_manager.h"
#include "expr/node.h"
#include "expr/kind.h"
@@ -673,25 +677,4 @@ public:
TS_ASSERT_EQUALS(Node(- a + b), d_nm->mkNode(PLUS, d_nm->mkNode(UMINUS, a), b));
TS_ASSERT_EQUALS(Node(- a * b), d_nm->mkNode(MULT, d_nm->mkNode(UMINUS, a), b));
}
-
- /**
- * This tests the "stack builder"
- */
- void testStackBuilder() {
- try {
- for(unsigned i = 0; i < 100; ++i) {
- size_t n = 1 + (rand() % 50);
-
- // make a builder "b" with a backing store for n children
- makeStackNodeBuilder(b, n);
-
- // build one-past-the-end
- for(size_t j = 0; j <= n; ++j) {
- b << d_nm->mkConst(true);
- }
- }
- } catch(Exception e) {
- std::cout << e;
- }
- }
};
diff --git a/test/unit/expr/node_manager_black.h b/test/unit/expr/node_manager_black.h
index 78c38d782..af79f5ff2 100644
--- a/test/unit/expr/node_manager_black.h
+++ b/test/unit/expr/node_manager_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** node_manager_black.h
- ** Original author:
- ** Major contributors: none
- ** Minor contributors (to current version): none
+/*! \file node_manager_black.h
+ ** \verbatim
+ ** Original author: cconway
+ ** Major contributors: dejan
+ ** Minor contributors (to current version): taking, mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::NodeManager.
**
** White box testing of CVC4::NodeManager.
**/
@@ -341,7 +344,6 @@ public:
/* This test is only valid if assertions are enabled. */
void testMkNodeTooFew() {
#ifdef CVC4_ASSERTIONS
- TS_ASSERT_THROWS( d_nodeManager->mkNode(AND), AssertionException );
Node x = d_nodeManager->mkVar( d_nodeManager->booleanType() );
TS_ASSERT_THROWS( d_nodeManager->mkNode(AND, x), AssertionException );
#endif
diff --git a/test/unit/expr/node_manager_white.h b/test/unit/expr/node_manager_white.h
index 7f0115922..62fdeb45b 100644
--- a/test/unit/expr/node_manager_white.h
+++ b/test/unit/expr/node_manager_white.h
@@ -1,14 +1,17 @@
/********************* */
-/** node_manager_white.h
+/*! \file node_manager_white.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): taking
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::NodeManager.
**
** White box testing of CVC4::NodeManager.
**/
diff --git a/test/unit/expr/node_white.h b/test/unit/expr/node_white.h
index d851c191f..9ffd2d094 100644
--- a/test/unit/expr/node_white.h
+++ b/test/unit/expr/node_white.h
@@ -1,14 +1,17 @@
/********************* */
-/** node_white.h
+/*! \file node_white.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
- ** Minor contributors (to current version): dejan
+ ** Minor contributors (to current version): taking, dejan
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::Node.
**
** White box testing of CVC4::Node.
**/
diff --git a/test/unit/memory.h b/test/unit/memory.h
index 38ac63e65..64b1da51b 100644
--- a/test/unit/memory.h
+++ b/test/unit/memory.h
@@ -1,5 +1,6 @@
/********************* */
-/** memory.h
+/*! \file memory.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Utility class to help testing out-of-memory conditions.
**
** Utility class to help testing out-of-memory conditions.
**
diff --git a/test/unit/parser/parser_black.h b/test/unit/parser/parser_black.h
index f6d822265..1f986732c 100644
--- a/test/unit/parser/parser_black.h
+++ b/test/unit/parser/parser_black.h
@@ -1,14 +1,18 @@
/********************* */
-/** parser_black.h
+/*! \file parser_black.h
+ ** \verbatim
** Original author: cconway
** Major contributors: none
- ** Minor contributors (to current version): dejan, mdeters
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::parser::Parser, including CVC, SMT and
+ ** SMT v2 inputs.
**
** Black box testing of CVC4::parser::Parser, including CVC, SMT and
** SMT v2 inputs.
diff --git a/test/unit/parser/parser_builder_black.h b/test/unit/parser/parser_builder_black.h
index f254580af..e839360d7 100644
--- a/test/unit/parser/parser_builder_black.h
+++ b/test/unit/parser/parser_builder_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** parser_builder_black.h
+/*! \file parser_builder_black.h
+ ** \verbatim
** Original author: cconway
** Major contributors: none
- ** Minor contributors (to current version): dejan, mdeters
+ ** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::parser::ParserBuilder.
**
** Black box testing of CVC4::parser::ParserBuilder.
**/
diff --git a/test/unit/prop/cnf_stream_black.h b/test/unit/prop/cnf_stream_black.h
index bbae46df7..def0a12ed 100644
--- a/test/unit/prop/cnf_stream_black.h
+++ b/test/unit/prop/cnf_stream_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** cnf_stream_black.h
+/*! \file cnf_stream_black.h
+ ** \verbatim
** Original author: cconway
** Major contributors: none
- ** Minor contributors (to current version): dejan, mdeters
+ ** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::prop::CnfStream.
**
** White box testing of CVC4::prop::CnfStream.
**/
diff --git a/test/unit/theory/theory_black.h b/test/unit/theory/theory_black.h
index 0443b7b8e..9c056d368 100644
--- a/test/unit/theory/theory_black.h
+++ b/test/unit/theory/theory_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** theory_black.h
+/*! \file theory_black.h
+ ** \verbatim
** Original author: taking
** Major contributors: mdeters
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): cconway, dejan
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::theory::Theory.
**
** Black box testing of CVC4::theory::Theory.
**/
diff --git a/test/unit/theory/theory_uf_white.h b/test/unit/theory/theory_uf_white.h
index 8be56bc79..50c201606 100644
--- a/test/unit/theory/theory_uf_white.h
+++ b/test/unit/theory/theory_uf_white.h
@@ -1,14 +1,17 @@
/********************* */
-/** theory_uf_white.h
+/*! \file theory_uf_white.h
+ ** \verbatim
** Original author: taking
** Major contributors: mdeters
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::theory::uf::TheoryUF.
**
** White box testing of CVC4::theory::uf::TheoryUF.
**/
diff --git a/test/unit/util/assert_white.h b/test/unit/util/assert_white.h
index d001c5a84..389f2aa1b 100644
--- a/test/unit/util/assert_white.h
+++ b/test/unit/util/assert_white.h
@@ -1,5 +1,6 @@
/********************* */
-/** assert_white.h
+/*! \file assert_white.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::Configuration.
**
** White box testing of CVC4::Configuration.
**/
diff --git a/test/unit/util/bitvector_black.h b/test/unit/util/bitvector_black.h
index b866aa877..c4e77852b 100644
--- a/test/unit/util/bitvector_black.h
+++ b/test/unit/util/bitvector_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** bitvector_black.h
- ** Original author: taking
+/*! \file bitvector_black.h
+ ** \verbatim
+ ** Original author: cconway
** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::BitVector.
**
** Black box testing of CVC4::BitVector.
**/
diff --git a/test/unit/util/configuration_black.h b/test/unit/util/configuration_black.h
index 5ee4cf095..e06fe9636 100644
--- a/test/unit/util/configuration_black.h
+++ b/test/unit/util/configuration_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** configuration_black.h
+/*! \file configuration_black.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::Configuration.
**
** Black box testing of CVC4::Configuration.
**/
diff --git a/test/unit/util/exception_black.h b/test/unit/util/exception_black.h
index 758a12645..2bbd727fb 100644
--- a/test/unit/util/exception_black.h
+++ b/test/unit/util/exception_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** exception_black.h
+/*! \file exception_black.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::Exception.
**
** Black box testing of CVC4::Exception.
**/
diff --git a/test/unit/util/integer_black.h b/test/unit/util/integer_black.h
index 627167ad3..57ae247ac 100644
--- a/test/unit/util/integer_black.h
+++ b/test/unit/util/integer_black.h
@@ -1,14 +1,17 @@
/********************* */
-/** integer_black.h
+/*! \file integer_black.h
+ ** \verbatim
** Original author: taking
** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): cconway, mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::Integer.
**
** Black box testing of CVC4::Integer.
**/
diff --git a/test/unit/util/integer_white.h b/test/unit/util/integer_white.h
index 3a86289a3..cd9244996 100644
--- a/test/unit/util/integer_white.h
+++ b/test/unit/util/integer_white.h
@@ -1,14 +1,17 @@
/********************* */
-/** integer_white.h
+/*! \file integer_white.h
+ ** \verbatim
** Original author: taking
** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::Integer.
**
** White box testing of CVC4::Integer.
**/
diff --git a/test/unit/util/output_black.h b/test/unit/util/output_black.h
index 6e613e9f4..e6a040f7b 100644
--- a/test/unit/util/output_black.h
+++ b/test/unit/util/output_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** output_black.h
+/*! \file output_black.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4 output classes.
**
** Black box testing of CVC4 output classes.
**/
diff --git a/test/unit/util/rational_black.h b/test/unit/util/rational_black.h
index 35d22b150..17bd7b245 100644
--- a/test/unit/util/rational_black.h
+++ b/test/unit/util/rational_black.h
@@ -1,5 +1,6 @@
/********************* */
-/** rational_black.h
+/*! \file rational_black.h
+ ** \verbatim
** Original author: cconway
** Major contributors: none
** Minor contributors (to current version): none
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Black box testing of CVC4::Rational.
**
** Black box testing of CVC4::Rational.
**/
diff --git a/test/unit/util/rational_white.h b/test/unit/util/rational_white.h
index 45f1301f3..4a76e7a5d 100644
--- a/test/unit/util/rational_white.h
+++ b/test/unit/util/rational_white.h
@@ -1,14 +1,17 @@
/********************* */
-/** rational_white.h
+/*! \file rational_white.h
+ ** \verbatim
** Original author: taking
** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief White box testing of CVC4::Rational.
**
** White box testing of CVC4::Rational.
**/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback