icerpc-csharp
icerpc-csharp copied to clipboard
Add Proper Testing Infrastucture to `slicec-cs`
In slicec we have an entire tests directory with a module of helper functions.
These tests are centralized (in the tests directory) and then organized into categories.
Whereas in slicec-cs our tests are more scattered and there's no central helper functions that can be re-used.
We should re-structure the tests in this crate to mimic what the slicec crate so writing and maintaining tests is easier.