C# Class CK.Text.Tests.StringMatcherTests

Datei anzeigen Open project: Invenietis/ck-core

Public Methods

Method Description
match_methods_must_set_an_error ( ) : void

Private Methods

Method Description
CheckMatchError ( StringMatcher m, Func fail ) : void
ToString_constains_the_text_and_the_error ( ) : void
matching_JSONQuotedString ( string s, string parsed, string textAfter ) : void
matching_double_values ( string s, double d ) : void
matching_integers ( ) : void
matching_integers_with_min_max_values ( ) : void
matching_texts_and_whitespaces ( ) : void
matching_the_5_forms_of_guid ( string form ) : void
simple_char_matching ( ) : void
simple_json_test ( ) : void

Method Details

match_methods_must_set_an_error() public method

public match_methods_must_set_an_error ( ) : void
return void