TestHelper.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed Core tests.

  1. … 603 more files in changeset.
Adapted copyright year. WTI-2195

  1. … 431 more files in changeset.
Integrated AssemblyHelper. WTI-2168

  1. … 5 more files in changeset.
Extended TestHelper. WTI-2168

Fixed failing tests. WTI-2093

Adapted SolutionRoot implementation in TestHelper. WTI-2003

Removed TODO tags which where not compliant anymore. WTI-2012

  1. … 2 more files in changeset.
Adapted TestDataPath and TestHelper. WTI-2003

  1. … 1 more file in changeset.
Fixed Sonarqube rule "Nested code blocks should not be used". WTI-2012

Cleanup Core. WTI-1971

  1. … 24 more files in changeset.
Removed log messages. WTI-1515

  1. … 4 more files in changeset.
Updated TestHelper. WTI-1931

Removed all occurrences of Ringtoets in Core: WTI-1931

- Updated string values, comments, classes and parameter names within the namespace

  1. … 17 more files in changeset.
Updated license headers in source files of test\Core.Common. WTI-1931

  1. … 241 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 more files in changeset.
Cleanup: Fixed localizable string. WTI-1767

  1. … 2 more files in changeset.
Added thread sleep. WTI-1022

Added method to TestHelper to help with testing when timers are involved. WTI-1022

  1. … 1 more file in changeset.
- Removed checked in ScratchPad -> create a Ringtoets_ScratchPad folder in %temp% - Adjusted tests

part of issue WTI-1527

  1. … 2 more files in changeset.
Perform cleanup of Application.* and Core.Common.* Related to Issue [WTI-1463]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@12712 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b788636893eb77186560c1c94da58be5e39bc269

Former-commit-id: adb82617948f02594e9f459279d36825f7d91060

  1. … 67 more files in changeset.
Implement review comments from review 2235 Related to Issue [WTI-1452]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@12478 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 602b35c23ee8bc1137eaacdf2f184a15b2715eef

Former-commit-id: a8535eafe48b3e6eb3a5ffbec5ed0c326e9dba49

  1. … 12 more files in changeset.
Change TestHelper.GetSolutionRoot to always have an execution context to prevent appdomain unloaded exceptions when running tests.

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11779 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d5da276bce35e57bbb1c5de1dcc4222560cfbef3

Former-commit-id: 12a928110a7944d9f08a3c1344a5a43ae3a1eb97

Added extra test cases. Used SoilLayerProperties instead of the pass-through properties on SoilLayer1D and SoilLayer2D (MacroStabilityInwards). Cleanups. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11040 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 758c2f4357100541e91974617f9bf374341f0a5e

Former-commit-id: bd64f22fd1d2007e66dced718cd056a6d7b0d30d

  1. … 60 more files in changeset.
Added null checks on parameters of MacroStabilityInwardsSoilLayer2D. Implemented different way of verifying equality of updated profiles in StochasticSoilModel. Was by property SoilProfileType, now the actual class type is compared. Renamed TestHelper.AssertCollectionAreEqual to TestHelper.AssertCollectionsAreEqual. Implemented StochasticSoilProfileTest so that it doesn't depend on implementation of ISoilProfile anymore. Renamed TestMacroStabilityInwardsSoilProfile to TestMacroStabilityInwardsSoilProfile1D so it's not confused with a 2D profile. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10898 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 164809eaf92c84684117c32104aef6bf54a95b14

Former-commit-id: d83d4c174f887748578ff6a6b33bce7b46576763

  1. … 18 more files in changeset.
Review related changes Related to Issue [WTI-1289]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10878 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7024afc34e5904688ab443dff47f40a8ddc6d6cf

Former-commit-id: 7b2f509497db1baa0a2afc48416568bea9eaabb8

  1. … 34 more files in changeset.
Proper hashing of some data types (equal objects should return equal hashes!) Reused SequenceEquals instead of implementing this ourselves for collections in data types, e.g. layers in a profile. Implemented TestHelper.AssertCollectionAreEqual to test whether elements in a collection are equal using a IEqualityComparer<T>. Related to Issue [WTI-1342]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10868 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9f56c861e647986e5c2bfdc79bfdfed5a293a492

Former-commit-id: 5076ae29a1be1edbe3a2049746757157933ad786

  1. … 16 more files in changeset.
Incorporated comments review 1959: Relevant comments for illustration point fault tree data model and forms projects - Updated XMLDocs - Converted new Tuple --> Tuple.Create - Inverted if statement in data model for the fault treenode related class - Adjusted IllustrationPointControlItems: -- wraps a TopLevelIllustrationPointBase instead of an object to prevent information loss and casts -- Adjusted helper, use distinct instead of array retrievals to have the same logic as its property class -- Removed NULL item verification in the collection from the helper class - Simplified and added missing tests Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10819 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f6dd317f5156d8dccc68fee462606c00c3fb72cb

Former-commit-id: 3ef18114114da459468058dd2e136728a4c2d0f9

  1. … 23 more files in changeset.
Incorporated comments review 1959: - Relevant comments for storage and core.common -- Updated XMLDoc -- Renamed function -- Improved tests

Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10800 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6e23272a101a01689cf7052727e04e17e8520c98

Former-commit-id: 51c5084c3e9669df022cda3f54bdbd92bd624d51

  1. … 7 more files in changeset.
Improved existing implementations of existing services that read illustration points: - Introduced a TestGeneralResult containing only FaultTreeIllustrationPoints to Assert behaviour on the classes that make use of the GeneralResult converters - Added TestHelper method which allows assertions on the generated Exceptions in the log - Added missing tests which assert the logging behaviour when a calculation does not converge

Related to Issue [WTI-1308]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10722 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c92d4f326db7c4987492c09192b089ad36d106ca

Former-commit-id: b417dc94e8227e4ef0963f43297b60641bd2cb8c

  1. … 9 more files in changeset.
Review related changes Related to Issue [WTI-1262]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10133 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 956e9c2e2851f8f9e75bd4555c2e7c2f0e8a848e

Former-commit-id: e967fa9200e8ab902e9642038d6a8589fd42d285

  1. … 3 more files in changeset.