C# Class Cone.Runners.NUnitSuiteBuilderSpec.NUnitSuiteBuilderFixtureDescriptionSpec

Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode Description
categories_found_via_CategoryAttribute ( ) : void
categories_from_attributes_deriving_CategoryAttribute_are_found ( ) : void
suite_name_is_namespace_of_fixture ( ) : void
suite_type_is_TestFixture ( ) : void
test_name_is_name_of_fixture ( ) : void

Private Methods

Méthode Description
Given_description_of_MyNUnitFixture ( ) : void

Method Details

categories_found_via_CategoryAttribute() public méthode

public categories_found_via_CategoryAttribute ( ) : void
Résultat void

categories_from_attributes_deriving_CategoryAttribute_are_found() public méthode

suite_name_is_namespace_of_fixture() public méthode

public suite_name_is_namespace_of_fixture ( ) : void
Résultat void

suite_type_is_TestFixture() public méthode

public suite_type_is_TestFixture ( ) : void
Résultat void

test_name_is_name_of_fixture() public méthode

public test_name_is_name_of_fixture ( ) : void
Résultat void