Categorizations

This commit is contained in:
Daniel Ziltener 2022-04-26 21:41:37 +02:00
parent 93d1b296c9
commit 7afbeeb54a
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
"
Please describe the package using the class comment of the included manifest class. The manifest class also includes other additional metadata for the package. These meta data are used by other tools such as the SmalllintManifestChecker and the critics Browser
"
Class {
#name : #ManifestBaselineOfWebDriver,
#superclass : #PackageManifest,
#category : #'BaselineOfWebDriver-Manifest'
}
{ #category : #'code-critics' }
ManifestBaselineOfWebDriver class >> ruleUtilityMethodsRuleV1FalsePositive [
^ #(#(#(#RGMethodDefinition #(#BaselineOfWebDriver #baseline: #false)) #'2022-04-26T21:40:04.566861+02:00') )
]

View File

@ -10,7 +10,7 @@ Class {
#category : #'WebDriver-Tests'
}
{ #category : #initialization }
{ #category : #running }
WebDriverTest >> setUp [
super setUp.
webdriver := WebDriver geckodriver.