C# Class CK.Core.Tests.TraitsTests

Show file Open project: Invenietis/ck-core

Public Methods

Method Description
TraitsTests ( ) : System

Private Methods

Method Description
Comparing_traits ( ) : void
Contains_is_IsSupersetOf ( ) : void
EmptyTrait_is_everywhere ( ) : void
Setup ( ) : void
Toggle_is_SymmetricExcept ( ) : void
Traits_must_belong_to_the_same_context ( ) : void
test_AtomicTrait_parsing ( ) : void
test_Combined_traits_parsing ( ) : void
test_Except_of_traits ( ) : void
test_Fallbacks_generation ( ) : void
test_Fallbacks_ordering ( ) : void
test_FindIfAllExist ( ) : void
test_FindOnlyExisting_with_its_optional_collector ( ) : void
test_Intersect_between_traits ( ) : void
test_Union_of_traits ( ) : void
trait_separator_can_be_changed_from_the_default_pipe ( ) : void

Method Details

TraitsTests() public method

public TraitsTests ( ) : System
return System