TestHelperTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed TestUtil.Test projects. WTI-2195

  1. … 35 more files in changeset.
Improvements after review. WTI-2036

  1. … 13 more files in changeset.
Improvements after review. WTI-2036

  1. … 10 more files in changeset.
Cleanup Core. WTI-1971

  1. … 24 more files in changeset.
Added tests. WTI-1810

  1. … 4 more files in changeset.
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.
Renamed the Ringtoets class in the TestDataPath. WTI-1931

  1. … 198 more files in changeset.
Improvements after review. WTI-1486

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

  1. … 6095 more files in changeset.
Update tests and introduce writer class WTI-1789

  1. … 9 more files in changeset.
Improvements after review. WTI-1022

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

  1. … 1 more file in changeset.
Fixed migration test data path. WTI-1760

  1. … 14 more files in changeset.
Fixed storage test data path. WTI-1760

  1. … 2 more files in changeset.
Removed unused test data folders. WTI-1705

  1. … 6 more files in changeset.
Fix failing tests that require an empty directory. Moved them to the scratchpad and will be disposed when the test finishes. WTI-1527

  1. … 3 more files 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.
Rename Core.Common.Utils.* to Core.Common.Util.* Related to Issue [WTI-1505]

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

Former-commit-id: cbdb6083b66a0f5e31e8d646a50ec7b6d506babb

Former-commit-id: 1e007d66918a5408581dc8e47b78130d5cd299c5

  1. … 841 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.
Improvements after review. Related to Issue [WTI-1449]

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

Former-commit-id: dd59ce31326d36215ceb40b0ec1588af84d3bcbd

Former-commit-id: 3b3ea5bd3b0c0a1cf27ac43feba5eee2fa7686e0

  1. … 15 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.
Added exception doc. Added equality test cases. Related to Issue [WTI-1342]

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

Former-commit-id: a76edb043dd2b511095f69850a699db3c418362d

Former-commit-id: ad704b473b154317ceb127245ef2adb922951f3d

  1. … 13 more files in changeset.
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.
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.
Added properties for general result to HydraulicBoundaryLocation(s). Added new KeyValueExpandableArrayConverter to convert KeyValueExpandableArrayElement into properties with just a name and a value. Wrapped elements of the ExpandableArrayConverter in a DynamicPropertyBag so that visibility of properties can be controlled through the DynamicVisibleValidationMethod. Related to Issue [WTI-1304]

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

Former-commit-id: 61cd485b87796483c8e81a556077a188b56b04f2

Former-commit-id: 3392b1723f0acbffc8f39a15ee306e87f0733bdd

  1. … 10 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.
Review related changes Related to Issue [WTI-1262]

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

Former-commit-id: d1fae9b586cabafa4d38b6da110b821a25c96c03

Former-commit-id: f012869fbcc80ea0d259b8b6939f2af1149a82f0

  1. … 6 more files in changeset.
Implemented and used TestHelper.AssertCollectionAreSame and TestHelper.AssertCollectionAreNotSame. Related to Issue [WTI-1262]

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

Former-commit-id: 45e9ac87b9ab4847dad533e1fdcdbcba7b84f044

Former-commit-id: 5f19f45d5a0d7020bfb6407b46215f82945a0ea4

  1. … 3 more files in changeset.