You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptance criteria are verifiable and from the perspective of the stakeholder
Story
As a Maintainer
I want a wrapper class template that can be used as a starting point of creating a wrapper class for any tool we wish to integrate into our BlueJ extension so that future contributors have a standard template wrapper
Acceptance Criteria
_(Rules or scenarios are acceptable formats.)
Rule 1 - Ensure that the wrapper can include all additional types of tools that we might wish to integrate into BlueJ.
Scenario 1
Given we have a java file that contains all the stubs for necessary methods to wrap an outside piece of software into a java class.
Then future contributors will have a starting point when they decide they have an idea for a tool they would like to integrate.
JustinSingleton303
changed the title
[UserStory] Create a wrapper class template for the project
[UserStory] Create a wrapper template for the project
Nov 4, 2019
User Story
Essential components
Story
As a Maintainer
I want a wrapper class template that can be used as a starting point of creating a wrapper class for any tool we wish to integrate into our BlueJ extension so that future contributors have a standard template wrapper
Acceptance Criteria
_(Rules or scenarios are acceptable formats.)
Rule 1 - Ensure that the wrapper can include all additional types of tools that we might wish to integrate into BlueJ.
Scenario 1
Given we have a java file that contains all the stubs for necessary methods to wrap an outside piece of software into a java class.
Then future contributors will have a starting point when they decide they have an idea for a tool they would like to integrate.
Supporting Information
(Relevant information, context, resources)
Dependencies
Depends On
#2
Dependents
(Issues dependent on this story)
The text was updated successfully, but these errors were encountered: