From c07ad72f016930e2aba6471d0e2e9625b935bf9a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 24 Jan 2019 17:52:53 +0100 Subject: Remove cframework files from master Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590 Signed-off-by: Mauro Sardara --- longbow/src/LongBow/Groups.dox | 47 ------------------------------------------ 1 file changed, 47 deletions(-) delete mode 100644 longbow/src/LongBow/Groups.dox (limited to 'longbow/src/LongBow/Groups.dox') diff --git a/longbow/src/LongBow/Groups.dox b/longbow/src/LongBow/Groups.dox deleted file mode 100644 index 758f7abc..00000000 --- a/longbow/src/LongBow/Groups.dox +++ /dev/null @@ -1,47 +0,0 @@ -/** -\mainpage LongBow - -Software testing, validation, and measurable quality metics are an important -element in modern software development. LongBow is a software framework and -facility for writing software using invariants, runtime validation, -unit testing, and code analysis for the C programming language. - -LongBow is software to help you write better C programs. It provides: - -* A run-time assertion facility to establish strict rules on the state of your program. -* A testing facility based on the xUnit testing model. -* Compile-time assistance for writing code meant to be compiled by compilers with different features. - -LongBow can help you find and manage problems early, establish and maintain - confidence in the correctness of your code, make collaboration easier, -facilitate future change, and improve overall design. - -LongBow allows you to take control and establish invariant pre- and -post-conditions that detect inconsistencies and unexpected results in your -programs in order to find bugs and design deficiencies in the code during -development rather than waiting for your users and customers to find your bugs for you. - - -@defgroup runtime Runtime -@brief LongBow functions and macros for runtime, consisting primarily of assertions and traps. - -@defgroup testing Testing -@brief LongBow functions and macros for writing tests. - -LongBow testing Macros and ancillary functions to implement an xUnit style of writing and running tests. -Test writers create a `LONGBOW_TEST_RUNNER` function which, in turn, -invokes one or more `LONGBOW_TEST_FIXTURE` functions, -each of which invoke a specific `LONGBOW_TEST_CASE`. - -@defgroup internals Internals -@brief LongBow functions and macros used internally. - -@defgroup reporting Reporting -@brief LongBow functions and definitions for writing report libraries. - -@defgroup performance Performance testing -@brief LongBow functions and definitions for writing performance tests. - -@example testAssertion.c -*/ - -- cgit 1.2.3-korg