Add stirrup update strategy
This commit is contained in:
@@ -61,7 +61,7 @@ namespace StructureHelperTests.UnitTests.BeamShearTests
|
||||
public void GetSumShearForce_ShouldThrowException_ForInvalidShearLoad()
|
||||
{
|
||||
// Arrange
|
||||
var mockInvalidShearLoad = new Mock<IBeamShearLoad>();
|
||||
var mockInvalidShearLoad = new Mock<IBeamSpanLoad>();
|
||||
|
||||
// Act & Assert
|
||||
Assert.Throws<StructureHelperException>(() => _logic.GetSumShearForce(mockInvalidShearLoad.Object, 2.0, 5.0));
|
||||
|
||||
Reference in New Issue
Block a user