A standardized, reusable, open source code library developed by and for the Community & Technical Colleges of Washington State in the creation of their own software applications.
Other
9
stars
3
forks
source link
Add public property to expose ModalityFacet values #22
Currently, the ModalityFacet is instantiated with an Options enum. This value should be exposed - through a read-only, public property - so that unit tests in calling code can validate the expected facet was created/is being used.
Or...
Implement equality operators, so that tests can create an expected ModalityFacet and compare.
Currently, the ModalityFacet is instantiated with an Options enum. This value should be exposed - through a read-only, public property - so that unit tests in calling code can validate the expected facet was created/is being used.
Or...
Implement equality operators, so that tests can create an expected
ModalityFacet
and compare.