-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some more coding standard issues
- Mixed double and single quotes issue, updated as double quotes - Updated identifiers as camel case - Unnecessary use of fully qualified name 'Assert.assertNotNull' due to existing import 'org.testng.Assert' - The field name indicates a constant but its modifiers do not, added final keyword to the constant - Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes
- Loading branch information
1 parent
e70faaa
commit 1e02915
Showing
5 changed files
with
212 additions
and
204 deletions.
There are no files selected for viewing
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
Oops, something went wrong.