Fix naming, add tests #5

Merged
manuel merged 19 commits from feature/use-proper-dirstructure into develop 2018-09-01 01:34:35 +02:00

19 Commits

Author SHA1 Message Date
Manuel Friedli e7bdbfa849 Use spy objects. 2018-09-01 01:21:06 +02:00
Manuel Friedli 77c4d5831d Assert that each converter has a display name. 2018-09-01 01:20:41 +02:00
Manuel Friedli a0590cc0db Added tests for the version component. 2018-09-01 01:07:38 +02:00
Manuel Friedli 31c60f12a7 Fixed UTF8{De,En}coder file names and added tests. 2018-09-01 01:01:50 +02:00
Manuel Friedli d1dde13bef Added tests for URI{De,En}coder. 2018-09-01 00:58:41 +02:00
Manuel Friedli 626b3b4655 Fixed URIComponent{De,En}coder file names and added tests. 2018-09-01 00:53:52 +02:00
Manuel Friedli fee4622044 Fixed ROT13Converter file name, changed its ID and added tests. 2018-09-01 00:44:24 +02:00
Manuel Friedli 0a6a397e29 Fixed QuotedPrintable{De,En}coder file names and added tests. 2018-09-01 00:38:42 +02:00
Manuel Friedli bdf15d277e Declare "sut" (= subject under test) variable in all tests. 2018-09-01 00:34:41 +02:00
Manuel Friedli 5841195cda Fixed named for Punycode{De,En}coder and added tests. 2018-09-01 00:26:35 +02:00
Manuel Friedli f46604b523 Fixed HTMLEntities{De,En}coder file names and added tests. 2018-09-01 00:08:37 +02:00
Manuel Friedli 8280e0be94 Fixed HexToDecConverter file name and added tests; made conversion from
binary and hexadecimal to decimal stricter.
2018-08-31 23:59:52 +02:00
Manuel Friedli e8f5d12fda Fixed DecToHexConverter filename, added test and fixed other tests. 2018-08-31 23:40:47 +02:00
Manuel Friedli 83292b14c2 Fixed DectoBinConverter file name and added tests. 2018-08-31 23:38:22 +02:00
Manuel Friedli 0eb69a3064 Fixed BinToDecConverter file name and added more tests, also negative
tests for the Base64 converters.
2018-08-31 23:35:14 +02:00
Manuel Friedli 1b060644c3 Fix Base64{De,En}coder filenames and add tests. 2018-08-31 23:22:15 +02:00
Manuel Friedli 9e11ba9335 Corrected NativeLibraryWrapperService. 2018-08-31 23:09:40 +02:00
Manuel Friedli 82c371956b Corrent InputComponentManagerService. 2018-08-31 22:56:46 +02:00
Manuel Friedli c4effd4f41 Correct ConverterRegistryService. 2018-08-31 22:53:50 +02:00