Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnitTest Coverage #91

Open
epsi1on opened this issue Oct 13, 2020 · 0 comments
Open

UnitTest Coverage #91

epsi1on opened this issue Oct 13, 2020 · 0 comments

Comments

@epsi1on
Copy link
Member

epsi1on commented Oct 13, 2020

UnitTest are implemented for several elements, like EulerBernoulliBeamHelper, ShaftHelper and TrussHelper. Also there is need to have unit test for interaction of each helper with a ElementalLoad. For example EulerBernoulliBeamHelper should be able to calculate the Equivalent Nodal Loads for a specific ElementalLoad, for example UniformLoad or ConcentratedLoad or PartialNonuniformLoad. At the time tests are implemented for BarElement's ElementalLoads almost completely
BarElementConcentratedLoadTests.cs, BarELementPartialNonuniformLoadTests.cs and BarElementUniformLoadsTests.cs
Unit tests are inside BriefFiniteElementNet.Tests project.

Todo:

  • Add unit test for interaction between BarElement and PartialNonuniformLoad (file BarELementPartialNonuniformLoadTests.cs already exists)
    Add unit test forTriangleElement` and tetrahedron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant