-
Notifications
You must be signed in to change notification settings - Fork 0
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
update from origin #1
base: master
Are you sure you want to change the base?
Commits on Jul 21, 2014
-
Issue #8 - AssertString:IsNotNullOrEmpty does not use failMessage
- Pass failMessage parameter to Assert methods called in this method.
Configuration menu - View commit details
-
Copy full SHA for fe32204 - Browse repository at this point
Copy the full SHA fe32204View commit details
Commits on Aug 28, 2014
-
Fixes #10 - JUnit Package name
- Package name to be extracted from full class name and used in JUnit Reporter.
Configuration menu - View commit details
-
Copy full SHA for b81dc3a - Browse repository at this point
Copy the full SHA b81dc3aView commit details
Commits on Sep 30, 2014
-
Merge pull request #9 from msabbott/master
Fixes #8 - AssertString:IsNotNullOrEmpty does not use failMessage
Configuration menu - View commit details
-
Copy full SHA for f848ef8 - Browse repository at this point
Copy the full SHA f848ef8View commit details -
Merge pull request #11 from msabbott/#10_-_JUnit_Reporter_Package
Fixes #10 - JUnit Package name
Configuration menu - View commit details
-
Copy full SHA for 3f323c6 - Browse repository at this point
Copy the full SHA 3f323c6View commit details
Commits on Oct 14, 2014
-
Configuration menu - View commit details
-
Copy full SHA for bc5c962 - Browse repository at this point
Copy the full SHA bc5c962View commit details
Commits on Oct 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 36cfac5 - Browse repository at this point
Copy the full SHA 36cfac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d733cbb - Browse repository at this point
Copy the full SHA d733cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 469cb2c - Browse repository at this point
Copy the full SHA 469cb2cView commit details
Commits on Nov 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 56949ac - Browse repository at this point
Copy the full SHA 56949acView commit details
Commits on Nov 4, 2014
-
Remove definitions of, and references to, AnnotationInfo:AttributeNam…
…e and AnnotationInfo:AttributeValue. Replace with calls to AnnotationInfo:HasAttribute and AnnotationInfo:GetAttribute
Configuration menu - View commit details
-
Copy full SHA for 25c29a9 - Browse repository at this point
Copy the full SHA 25c29a9View commit details -
Add methods to MethodInfo to Invoke a method with a ParameterList obj…
…ect, and to interact with a method's DataProvider object.
Configuration menu - View commit details
-
Copy full SHA for 4d8ec25 - Browse repository at this point
Copy the full SHA 4d8ec25View commit details -
Change OEUnitRunner to recognise test methods which require a DataPro…
…vider, and to invoke the test method correctly.
Configuration menu - View commit details
-
Copy full SHA for 9265be3 - Browse repository at this point
Copy the full SHA 9265be3View commit details
Commits on Nov 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0d30ab1 - Browse repository at this point
Copy the full SHA 0d30ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3190132 - Browse repository at this point
Copy the full SHA 3190132View commit details -
Add 'FromTempTable' method to DataProvider to allow data and schema t…
…o be copied from an existing temp-table.
Configuration menu - View commit details
-
Copy full SHA for d412826 - Browse repository at this point
Copy the full SHA d412826View commit details
Commits on Dec 15, 2014
-
Merge pull request #13 from msabbott/DataProvider
Implement Data Providers to allow repeated, parameterised, calls of @test methods
Configuration menu - View commit details
-
Copy full SHA for fc4b6b4 - Browse repository at this point
Copy the full SHA fc4b6b4View commit details
Commits on Dec 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ce5e599 - Browse repository at this point
Copy the full SHA ce5e599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9c850 - Browse repository at this point
Copy the full SHA 6a9c850View commit details
Commits on Dec 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 8dafc04 - Browse repository at this point
Copy the full SHA 8dafc04View commit details -
Refactor MethodInfo:GetDataProviderInfo into GetAssociatedMethodInfo …
…in order for it to be reused with Fixtures.
Configuration menu - View commit details
-
Copy full SHA for 1176b50 - Browse repository at this point
Copy the full SHA 1176b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840cd9c - Browse repository at this point
Copy the full SHA 840cd9cView commit details
Commits on Dec 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 753f601 - Browse repository at this point
Copy the full SHA 753f601View commit details
Commits on Dec 22, 2014
-
Duplicate functionality from OEUnit.Data.Fixture to OEUnit.Data.Fixtu…
…reDataSet as part of refactoring to enable multiple Data Sets to be loaded into a Fixture.
Configuration menu - View commit details
-
Copy full SHA for 8e45f2c - Browse repository at this point
Copy the full SHA 8e45f2cView commit details -
Refactor Fixture to use FixtureDataSet, and to store multiple dataset…
…s (and apply them in order).
Configuration menu - View commit details
-
Copy full SHA for 27c1bf5 - Browse repository at this point
Copy the full SHA 27c1bf5View commit details -
Change name of several tests for Fixture class to better reflect thei…
…r purpose after the refactoring of Fixture for multiple Data Sets.
Configuration menu - View commit details
-
Copy full SHA for 78e07c5 - Browse repository at this point
Copy the full SHA 78e07c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e13b3 - Browse repository at this point
Copy the full SHA 78e13b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1a513 - Browse repository at this point
Copy the full SHA eb1a513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3926d7d - Browse repository at this point
Copy the full SHA 3926d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f757b5 - Browse repository at this point
Copy the full SHA 4f757b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8db70 - Browse repository at this point
Copy the full SHA ef8db70View commit details
Commits on Dec 23, 2014
-
Resolve issue with Fixture datasets when loaded from Temp-Tables wher…
…e data would be loaded twice.
Configuration menu - View commit details
-
Copy full SHA for cdc28f7 - Browse repository at this point
Copy the full SHA cdc28f7View commit details
Commits on Jan 21, 2015
-
Add checks to ensure that Fixture data is only created when required,…
… and to ensure that the Fixture object is closed down when no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 172a443 - Browse repository at this point
Copy the full SHA 172a443View commit details
Commits on May 15, 2015
-
Merge pull request #14 from msabbott/Fixtures
Implement Fixtures to import data from specified DataSets per Test
Configuration menu - View commit details
-
Copy full SHA for 5ccc83a - Browse repository at this point
Copy the full SHA 5ccc83aView commit details
Commits on Nov 30, 2015
-
Apply workaround for issue #15 since Progress changed something in Op…
…enEdge 11.5/11.6 causing error 2780 when trying to run a test.
Lieven De Foor committedNov 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 1876ceb - Browse repository at this point
Copy the full SHA 1876cebView commit details -
Merge pull request #16 from LievenDeFoor/lievendf/FixWaitForBug
Apply workaround for issue #15 since Progress changed something in Op…
Configuration menu - View commit details
-
Copy full SHA for bcfc5e4 - Browse repository at this point
Copy the full SHA bcfc5e4View commit details
Commits on Aug 3, 2016
-
OEUnit can handle more unit tests.
Resolve issue : 14:06:22 [PCTRun] RUN OEUnit/Automation/Pct/RunFromCommandLine 14:06:22 [PCTRun] Attempt to exceed maximum size of a CHARACTER variable. (9324) 14:06:22 [PCTRun] ** Unable to update Field. (142)
jorenb committedAug 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 797d202 - Browse repository at this point
Copy the full SHA 797d202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1d83d - Browse repository at this point
Copy the full SHA 8f1d83dView commit details -
Merge pull request #17 from jorenblancquaert/jorenblancquaert/fix-no-…
…limit-on-number-of-tests OEUnit can handle more unit tests.
Configuration menu - View commit details
-
Copy full SHA for 2d2aa20 - Browse repository at this point
Copy the full SHA 2d2aa20View commit details
Commits on Oct 23, 2019
-
Syntax of headings not valid in GitHub flavored markdown
Configuration menu - View commit details
-
Copy full SHA for b494161 - Browse repository at this point
Copy the full SHA b494161View commit details