Add inclined rebar
This commit is contained in:
@@ -29,7 +29,7 @@ namespace StructureHelperTests.UnitTests.Ndms
|
||||
CallBase = true
|
||||
};
|
||||
|
||||
_mockCheckPrimitiveCollectionLogic.Object.HasPrimitives = _mockHasPrimitives.Object;
|
||||
_mockCheckPrimitiveCollectionLogic.Object.Entity = _mockHasPrimitives.Object;
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace StructureHelperTests.UnitTests.Ndms
|
||||
|
||||
_checkRebarPrimitiveLogic = new CheckRebarPrimitiveLogic(_mockTraceLogger.Object)
|
||||
{
|
||||
RebarPrimitive = _mockRebarPrimitive.Object
|
||||
Entity = _mockRebarPrimitive.Object
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user