public void StorageSystemInstantiation() { var options = new StorageSystemOptions(); SetStorageSystemOptions(options); var storage_system = new StorageSystem("-1", "-1", options); AssertStorageSystem(storage_system, options); AssertStorageSystem(storage_system, storage_system.GetOptions()); }