Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.2 KB

File metadata and controls

28 lines (19 loc) · 1.2 KB

Namespace BiemannT

The definitions of the individual namespaces are explained below.

BiemannT.Common

This namespace contains classes for general use. All classes can be used independently of the current project.

BiemannT.MUT

This namespace contains the "Matrix-Unit-Testing" namespaces.

BiemannT.MUT.MsSql

This namespace contains the unit test-classes for Microsoft SQL-Databases.

BiemannT.MUT.MsSql.CLI

This namespace contains the command-line-interface application.

BiemannT.MUT.MsSql.Def

This namespace contains classes to represent the content of the test definition.

BiemannT.MUT.MsSql.Def.Common

This namespace contains abstract classes which should be inherit from all definition sub-namespaces. The classes represents base properties and methods to handle the test definition data. Storage specific implementations shall be done in the derived specialized classes.

The main goal of the base classes is to perform the tests independently from the storage system.

BiemannT.MUT.MsSql.Def.JSON

This namespace contains the representation of test definitions in JSON-file format.

BiemannT.MUT.MsSql.Tests

This namespace contains the classes to execute the tests.