Exemple #1
0
        public void TestThatStorageIdentificationViewCanBeSerialized()
        {
            StorageIdentificationView storageIdentificationView = _fixture.Create <StorageIdentificationView>();

            DataContractTestHelper.TestAtContractKanSerialiseresOgDeserialiseres(storageIdentificationView);
        }
Exemple #2
0
        public void TestThatStorageIdentificationViewCanBeInitialized()
        {
            StorageIdentificationView storageIdentificationView = _fixture.Create <StorageIdentificationView>();

            DataContractTestHelper.TestAtContractErInitieret(storageIdentificationView);
        }