forked from CameronWills/OEUnit
-
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
Open
jmls
wants to merge
39
commits into
jmls:master
Choose a base branch
from
CameronWills:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Pass failMessage parameter to Assert methods called in this method.
- Package name to be extracted from full class name and used in JUnit Reporter.
Fixes #8 - AssertString:IsNotNullOrEmpty does not use failMessage
Fixes #10 - JUnit Package name
…e and AnnotationInfo:AttributeValue. Replace with calls to AnnotationInfo:HasAttribute and AnnotationInfo:GetAttribute
…ect, and to interact with a method's DataProvider object.
…vider, and to invoke the test method correctly.
…o be copied from an existing temp-table.
Implement Data Providers to allow repeated, parameterised, calls of @test methods
…in order for it to be reused with Fixtures.
…reDataSet as part of refactoring to enable multiple Data Sets to be loaded into a Fixture.
…s (and apply them in order).
…r purpose after the refactoring of Fixture for multiple Data Sets.
…e data would be loaded twice.
… and to ensure that the Fixture object is closed down when no longer needed.
Implement Fixtures to import data from specified DataSets per Test
…enEdge 11.5/11.6 causing error 2780 when trying to run a test.
Apply workaround for issue #15 since Progress changed something in Op…
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)
Fix match all *.cls files.
…limit-on-number-of-tests OEUnit can handle more unit tests.
Syntax of headings not valid in GitHub flavored markdown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.