C# Класс Akka.Tests.Actor.ActorPathSpec

Показать файл Открыть проект

Приватные методы

Метод Описание
ActorPathParse ( string path ) : ActorPath
ActorPath_Parse_HandlesCasing_ForLocal ( ) : void
ActorPath_Parse_HandlesCasing_ForRemote ( ) : void
Create_correct_ToString ( ) : void
Create_correct_ToString_with_address ( ) : void
Create_correct_ToString_without_address ( ) : void
Have_correct_path_elements ( ) : void
Paths_with_different_addresses_and_same_elements_should_not_be_equal ( ) : void
Paths_with_same_addresses_and_same_elements_should_not_be_equal ( ) : void
Return_false_upon_malformed_path ( ) : void
SupportsParsingItsStringRep ( ) : void
Supports_parsing_remote_paths ( ) : void
Validate_element_parts ( string element, bool matches ) : void
Validate_that_url_encoded_values_are_valid_element_parts ( string element ) : void