Skip to content

Commit 208c512

Browse files
authored
Merge pull request #5 from sadabnepal/develop
Updated java docs
2 parents c03226b + 45acc74 commit 208c512

File tree

164 files changed

+3314
-754
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+3314
-754
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ This is a very handy reusable maven project that uses Selenium Webdriver and Jav
3434

3535
### Sample Report
3636
![SampleReport](https://user-images.githubusercontent.com/65847528/105609364-d437b980-5dce-11eb-94be-ab5192791150.PNG)
37+
38+
### Special Thanks
39+
This complete framework is built by following [Testing Mini Bytes](https://www.youtube.com/playlist?list=PL9ok7C7Yn9A_JZFMrhrgEwfqQGiuyvSkB) Youtube channel. Do checkout his awesome vidoes.

javadoc/allclasses-index.html

Lines changed: 91 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.8) on Sat Jan 23 20:11:03 IST 2021 -->
5+
<!-- Generated by javadoc (11.0.8) on Sun Jan 24 00:46:49 IST 2021 -->
66
<title>All Classes (SeleniumTestNepal)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-01-23">
8+
<meta name="dc.created" content="2021-01-24">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -27,7 +27,7 @@
2727
catch(err) {
2828
}
2929
//-->
30-
var data = {"i0":2,"i1":2,"i2":2,"i3":4,"i4":4,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":32,"i16":2,"i17":8,"i18":8,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":8,"i26":2,"i27":2,"i28":2,"i29":4};
30+
var data = {"i0":2,"i1":2,"i2":2,"i3":4,"i4":4,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":32,"i16":2,"i17":8,"i18":8,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":8,"i26":2,"i27":2,"i28":2,"i29":2,"i30":4};
3131
var tabs = {65535:["t0","All Classes"],2:["t2","Class Summary"],4:["t3","Enum Summary"],8:["t4","Exception Summary"],32:["t6","Annotation Types Summary"]};
3232
var altColor = "altColor";
3333
var rowColor = "rowColor";
@@ -114,36 +114,49 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
114114
</tr>
115115
<tr id="i0" class="altColor">
116116
<td class="colFirst"><a href="com/testnepal/listeners/AnnotationTransformer.html" title="class in com.testnepal.listeners">AnnotationTransformer</a></td>
117-
<th class="colLast" scope="row">&nbsp;</th>
117+
<th class="colLast" scope="row">
118+
<div class="block">Implements <code>IAnnotationTransformer</code> to leverage certain functionality like updating the annotations of test
119+
methods at runtime.</div>
120+
</th>
118121
</tr>
119122
<tr id="i1" class="rowColor">
120123
<td class="colFirst"><a href="com/testnepal/pages/BasePage.html" title="class in com.testnepal.pages">BasePage</a></td>
121124
<th class="colLast" scope="row">&nbsp;</th>
122125
</tr>
123126
<tr id="i2" class="altColor">
124127
<td class="colFirst"><a href="com/testnepal/tests/BaseTest.html" title="class in com.testnepal.tests">BaseTest</a></td>
125-
<th class="colLast" scope="row">&nbsp;</th>
128+
<th class="colLast" scope="row">
129+
<div class="block">Acts as a parent class for all the test classes in this framework.</div>
130+
</th>
126131
</tr>
127132
<tr id="i3" class="rowColor">
128133
<td class="colFirst"><a href="com/testnepal/enums/CategoryType.html" title="enum in com.testnepal.enums">CategoryType</a></td>
129-
<th class="colLast" scope="row">&nbsp;</th>
134+
<th class="colLast" scope="row">
135+
<div class="block">Enums to restrict the values allowed for grouping the tests.</div>
136+
</th>
130137
</tr>
131138
<tr id="i4" class="altColor">
132139
<td class="colFirst"><a href="com/testnepal/enums/ConfigProperties.html" title="enum in com.testnepal.enums">ConfigProperties</a></td>
133-
<th class="colLast" scope="row">&nbsp;</th>
140+
<th class="colLast" scope="row">
141+
<div class="block">Enums to restrict the values used on Property files.</div>
142+
</th>
134143
</tr>
135144
<tr id="i5" class="rowColor">
136145
<td class="colFirst"><a href="com/testnepal/utils/DataProviderUtils.html" title="class in com.testnepal.utils">DataProviderUtils</a></td>
137-
<th class="colLast" scope="row">&nbsp;</th>
146+
<th class="colLast" scope="row">
147+
<div class="block">Holds the data provider for all the test cases in the framework.</div>
148+
</th>
138149
</tr>
139150
<tr id="i6" class="altColor">
140151
<td class="colFirst"><a href="com/testnepal/utils/DecodeUtils.html" title="class in com.testnepal.utils">DecodeUtils</a></td>
141-
<th class="colLast" scope="row">&nbsp;</th>
152+
<th class="colLast" scope="row">
153+
<div class="block">Helps to decode the base64 encoded string.</div>
154+
</th>
142155
</tr>
143156
<tr id="i7" class="rowColor">
144157
<td class="colFirst"><a href="com/testnepal/driver/DriverManager.html" title="class in com.testnepal.driver">DriverManager</a></td>
145158
<th class="colLast" scope="row">
146-
<div class="block">23-Jan-2021</div>
159+
<div class="block">Driver class is responsible for handling and thread safety for the webdriver instance.</div>
147160
</th>
148161
</tr>
149162
<tr id="i8" class="altColor">
@@ -154,55 +167,86 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
154167
</tr>
155168
<tr id="i9" class="rowColor">
156169
<td class="colFirst"><a href="com/testnepal/utils/DynamicXpathUtils.html" title="class in com.testnepal.utils">DynamicXpathUtils</a></td>
157-
<th class="colLast" scope="row">&nbsp;</th>
170+
<th class="colLast" scope="row">
171+
<div class="block">Constructs a dynamic xpath at run time.</div>
172+
</th>
158173
</tr>
159174
<tr id="i10" class="altColor">
160175
<td class="colFirst"><a href="com/testnepal/utils/ExcelUtils.html" title="class in com.testnepal.utils">ExcelUtils</a></td>
161-
<th class="colLast" scope="row">&nbsp;</th>
176+
<th class="colLast" scope="row">
177+
<div class="block">Utility class to read or write to excel.</div>
178+
</th>
162179
</tr>
163180
<tr id="i11" class="rowColor">
164181
<td class="colFirst"><a href="com/testnepal/factories/ExplicitWaitFactory.html" title="class in com.testnepal.factories">ExplicitWaitFactory</a></td>
165-
<th class="colLast" scope="row">&nbsp;</th>
182+
<th class="colLast" scope="row">
183+
<div class="block">Explicit wait factory produces different waits before operating on webelement</div>
184+
</th>
166185
</tr>
167186
<tr id="i12" class="altColor">
168187
<td class="colFirst"><a href="com/testnepal/reports/ExtentLogger.html" title="class in com.testnepal.reports">ExtentLogger</a></td>
169-
<th class="colLast" scope="row">&nbsp;</th>
188+
<th class="colLast" scope="row">
189+
<div class="block">Used for logging the events in the extent report.</div>
190+
</th>
170191
</tr>
171192
<tr id="i13" class="rowColor">
172193
<td class="colFirst"><a href="com/testnepal/reports/ExtentManager.html" title="class in com.testnepal.reports">ExtentManager</a></td>
173-
<th class="colLast" scope="row">&nbsp;</th>
194+
<th class="colLast" scope="row">
195+
<div class="block">ExtentManager class helps to achieve thread safety for the <code>ExtentTest</code> instance.</div>
196+
</th>
174197
</tr>
175198
<tr id="i14" class="altColor">
176199
<td class="colFirst"><a href="com/testnepal/reports/ExtentReport.html" title="class in com.testnepal.reports">ExtentReport</a></td>
177-
<th class="colLast" scope="row">&nbsp;</th>
200+
<th class="colLast" scope="row">
201+
<div class="block">Perform initialisation and termination of <code>ExtentReports</code>
202+
After creating an instance for <code>ExtentTest</code>, it is delegated to ThreadLocal
203+
variable for providing thread safety.</div>
204+
</th>
178205
</tr>
179206
<tr id="i15" class="rowColor">
180207
<td class="colFirst"><a href="com/testnepal/annotations/FrameworkAnnotation.html" title="annotation in com.testnepal.annotations">FrameworkAnnotation</a></td>
181-
<th class="colLast" scope="row">&nbsp;</th>
208+
<th class="colLast" scope="row">
209+
<div class="block">Framework Annotation is user built annotation which is annotated on top of test methods to log the author details and
210+
category details to the extent report.</div>
211+
</th>
182212
</tr>
183213
<tr id="i16" class="altColor">
184214
<td class="colFirst"><a href="com/testnepal/constants/FrameworkConstant.html" title="class in com.testnepal.constants">FrameworkConstant</a></td>
185-
<th class="colLast" scope="row">&nbsp;</th>
215+
<th class="colLast" scope="row">
216+
<div class="block">Framework Constants holds all the constant values used within the framework.</div>
217+
</th>
186218
</tr>
187219
<tr id="i17" class="rowColor">
188220
<td class="colFirst"><a href="com/testnepal/exceptions/FrameworkExceptions.html" title="class in com.testnepal.exceptions">FrameworkExceptions</a></td>
189-
<th class="colLast" scope="row">&nbsp;</th>
221+
<th class="colLast" scope="row">
222+
<div class="block">BaseException for the framework.</div>
223+
</th>
190224
</tr>
191225
<tr id="i18" class="altColor">
192226
<td class="colFirst"><a href="com/testnepal/exceptions/InvalidExcelPathException.html" title="class in com.testnepal.exceptions">InvalidExcelPathException</a></td>
193-
<th class="colLast" scope="row">&nbsp;</th>
227+
<th class="colLast" scope="row">
228+
<div class="block">Runtime Exception occurs when the path given for excel sheet is incorrect.</div>
229+
</th>
194230
</tr>
195231
<tr id="i19" class="rowColor">
196232
<td class="colFirst"><a href="com/testnepal/utils/JsonReaderUtils.html" title="class in com.testnepal.utils">JsonReaderUtils</a></td>
197-
<th class="colLast" scope="row">&nbsp;</th>
233+
<th class="colLast" scope="row">
234+
<div class="block">To construct the map by the reading the config values from JSON.</div>
235+
</th>
198236
</tr>
199237
<tr id="i20" class="altColor">
200238
<td class="colFirst"><a href="com/testnepal/listeners/ListenersClass.html" title="class in com.testnepal.listeners">ListenersClass</a></td>
201-
<th class="colLast" scope="row">&nbsp;</th>
239+
<th class="colLast" scope="row">
240+
<div class="block">Implements <code>ITestListener</code> and <code>ISuiteListener</code> to leverage the abstract methods
241+
Mostly used to help in extent report generation</div>
242+
</th>
202243
</tr>
203244
<tr id="i21" class="rowColor">
204245
<td class="colFirst"><a href="com/testnepal/listeners/MethodInterceptor.html" title="class in com.testnepal.listeners">MethodInterceptor</a></td>
205-
<th class="colLast" scope="row">&nbsp;</th>
246+
<th class="colLast" scope="row">
247+
<div class="block">Implements <code>IMethodInterceptor</code> to leverage the abstract methods
248+
Mostly used to read the data from excel and decides on which tests needs to run.</div>
249+
</th>
206250
</tr>
207251
<tr id="i22" class="altColor">
208252
<td class="colFirst"><a href="com/testnepal/pages/OrangeHRMHomePage.html" title="class in com.testnepal.pages">OrangeHRMHomePage</a></td>
@@ -214,27 +258,45 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
214258
</tr>
215259
<tr id="i24" class="altColor">
216260
<td class="colFirst"><a href="com/testnepal/tests/OrangeHRMTest.html" title="class in com.testnepal.tests">OrangeHRMTest</a></td>
217-
<th class="colLast" scope="row">&nbsp;</th>
261+
<th class="colLast" scope="row">
262+
<div class="block">Contains the tests related to Orange HRM page.</div>
263+
</th>
218264
</tr>
219265
<tr id="i25" class="rowColor">
220266
<td class="colFirst"><a href="com/testnepal/exceptions/PropertyFileUsageException.html" title="class in com.testnepal.exceptions">PropertyFileUsageException</a></td>
221-
<th class="colLast" scope="row">&nbsp;</th>
267+
<th class="colLast" scope="row">
268+
<div class="block">Runtime Exception occurs when the key or value fetched from the property file is null</div>
269+
</th>
222270
</tr>
223271
<tr id="i26" class="altColor">
224272
<td class="colFirst"><a href="com/testnepal/utils/PropertyUtils.html" title="class in com.testnepal.utils">PropertyUtils</a></td>
225-
<th class="colLast" scope="row">&nbsp;</th>
273+
<th class="colLast" scope="row">
274+
<div class="block">Read the property file and store it in a HashMap for faster processing.</div>
275+
</th>
226276
</tr>
227277
<tr id="i27" class="rowColor">
228278
<td class="colFirst"><a href="com/testnepal/listeners/RetryFailedTests.html" title="class in com.testnepal.listeners">RetryFailedTests</a></td>
229-
<th class="colLast" scope="row">&nbsp;</th>
279+
<th class="colLast" scope="row">
280+
<div class="block">Implements <code>IRetryAnalyzer</code>.</div>
281+
</th>
230282
</tr>
231283
<tr id="i28" class="altColor">
232284
<td class="colFirst"><a href="com/testnepal/utils/ScreenshotUtils.html" title="class in com.testnepal.utils">ScreenshotUtils</a></td>
233-
<th class="colLast" scope="row">&nbsp;</th>
285+
<th class="colLast" scope="row">
286+
<div class="block">Utility to take base64 screenshot.</div>
287+
</th>
234288
</tr>
235289
<tr id="i29" class="rowColor">
290+
<td class="colFirst"><a href="com/testnepal/constants/URLConstants.html" title="class in com.testnepal.constants">URLConstants</a></td>
291+
<th class="colLast" scope="row">
292+
<div class="block">URLConstants Constants holds all the constant URL values used within the framework.</div>
293+
</th>
294+
</tr>
295+
<tr id="i30" class="altColor">
236296
<td class="colFirst"><a href="com/testnepal/enums/WaitStrategy.html" title="enum in com.testnepal.enums">WaitStrategy</a></td>
237-
<th class="colLast" scope="row">&nbsp;</th>
297+
<th class="colLast" scope="row">
298+
<div class="block">Enums to restrict the users to choose an appropriate waiting strategy before operating an element.</div>
299+
</th>
238300
</tr>
239301
</table>
240302
</li>

javadoc/allclasses.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.8) on Sat Jan 23 20:11:03 IST 2021 -->
5+
<!-- Generated by javadoc (11.0.8) on Sun Jan 24 00:46:49 IST 2021 -->
66
<title>All Classes (SeleniumTestNepal)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-01-23">
8+
<meta name="dc.created" content="2021-01-24">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -50,6 +50,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
5050
<li><a href="com/testnepal/utils/PropertyUtils.html" title="class in com.testnepal.utils">PropertyUtils</a></li>
5151
<li><a href="com/testnepal/listeners/RetryFailedTests.html" title="class in com.testnepal.listeners">RetryFailedTests</a></li>
5252
<li><a href="com/testnepal/utils/ScreenshotUtils.html" title="class in com.testnepal.utils">ScreenshotUtils</a></li>
53+
<li><a href="com/testnepal/constants/URLConstants.html" title="class in com.testnepal.constants">URLConstants</a></li>
5354
<li><a href="com/testnepal/enums/WaitStrategy.html" title="enum in com.testnepal.enums">WaitStrategy</a></li>
5455
</ul>
5556
</main>

javadoc/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.8) on Sat Jan 23 20:11:03 IST 2021 -->
5+
<!-- Generated by javadoc (11.0.8) on Sun Jan 24 00:46:49 IST 2021 -->
66
<title>All Packages (SeleniumTestNepal)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-01-23">
8+
<meta name="dc.created" content="2021-01-24">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

javadoc/com/testnepal/annotations/FrameworkAnnotation.html

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.8) on Sat Jan 23 20:11:03 IST 2021 -->
5+
<!-- Generated by javadoc (11.0.8) on Sun Jan 24 00:46:49 IST 2021 -->
66
<title>FrameworkAnnotation (SeleniumTestNepal)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-01-23">
8+
<meta name="dc.created" content="2021-01-24">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>
@@ -121,6 +121,19 @@ <h2 title="Annotation Type FrameworkAnnotation" class="title">Annotation Type Fr
121121
@Target(METHOD)
122122
@Documented
123123
public @interface <span class="memberNameLabel">FrameworkAnnotation</span></pre>
124+
<div class="block"><p>Framework Annotation is user built annotation which is annotated on top of test methods to log the author details and
125+
category details to the extent report.</p>
126+
127+
<p>Runtime retention value indicate that this annotation will be available at run time for reflection operations.</p>
128+
<p>23-Jan-2021</p></div>
129+
<dl>
130+
<dt><span class="simpleTagLabel">Since:</span></dt>
131+
<dd>1.0</dd>
132+
<dt><span class="simpleTagLabel">Version:</span></dt>
133+
<dd>1.0</dd>
134+
<dt><span class="simpleTagLabel">Author:</span></dt>
135+
<dd>MD SADAB SAQIB</dd>
136+
</dl>
124137
</li>
125138
</ul>
126139
</div>
@@ -144,12 +157,16 @@ <h3>Required Element Summary</h3>
144157
<tr class="altColor">
145158
<td class="colFirst"><code>java.lang.String[]</code></td>
146159
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#author()">author</a></span></code></th>
147-
<td class="colLast">&nbsp;</td>
160+
<td class="colLast">
161+
<div class="block">Store author name who created test as String[]</div>
162+
</td>
148163
</tr>
149164
<tr class="rowColor">
150165
<td class="colFirst"><code><a href="../enums/CategoryType.html" title="enum in com.testnepal.enums">CategoryType</a>[]</code></td>
151166
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#category()">category</a></span></code></th>
152-
<td class="colLast">&nbsp;</td>
167+
<td class="colLast">
168+
<div class="block">Stores the category in form of Enum Array.</div>
169+
</td>
153170
</tr>
154171
</table>
155172
</li>
@@ -175,6 +192,10 @@ <h3>Element Detail</h3>
175192
<li class="blockList">
176193
<h4>author</h4>
177194
<pre>java.lang.String[]&nbsp;author</pre>
195+
<div class="block">Store author name who created test as String[]</div>
196+
<dl>
197+
<dt><span class="returnLabel">Returns:</span></dt>
198+
</dl>
178199
</li>
179200
</ul>
180201
</li>
@@ -189,6 +210,10 @@ <h4>author</h4>
189210
<li class="blockList">
190211
<h4>category</h4>
191212
<pre><a href="../enums/CategoryType.html" title="enum in com.testnepal.enums">CategoryType</a>[]&nbsp;category</pre>
213+
<div class="block">Stores the category in form of Enum Array. Include the possible values in <a href="../enums/CategoryType.html" title="enum in com.testnepal.enums"><code>CategoryType</code></a></div>
214+
<dl>
215+
<dt><span class="returnLabel">Returns:</span></dt>
216+
</dl>
192217
</li>
193218
</ul>
194219
</li>

javadoc/com/testnepal/annotations/class-use/FrameworkAnnotation.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.8) on Sat Jan 23 20:11:03 IST 2021 -->
5+
<!-- Generated by javadoc (11.0.8) on Sun Jan 24 00:46:49 IST 2021 -->
66
<title>Uses of Class com.testnepal.annotations.FrameworkAnnotation (SeleniumTestNepal)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-01-23">
8+
<meta name="dc.created" content="2021-01-24">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -134,7 +134,10 @@ <h3>Uses of <a href="../FrameworkAnnotation.html" title="annotation in com.testn
134134
<tr class="altColor">
135135
<td class="colFirst"><code>void</code></td>
136136
<th class="colSecond" scope="row"><span class="typeNameLabel">OrangeHRMTest.</span><code><span class="memberNameLink"><a href="../../tests/OrangeHRMTest.html#loginLogoutTest(java.util.Map)">loginLogoutTest</a></span>&#8203;(java.util.Map&lt;java.lang.String,&#8203;java.lang.String&gt;&nbsp;data)</code></th>
137-
<td class="colLast">&nbsp;</td>
137+
<td class="colLast">
138+
<div class="block">Test Name mentioned here should match the column name "TestName" in excel sheet.This is mandatory to run this
139+
test.</div>
140+
</td>
138141
</tr>
139142
</tbody>
140143
</table>

javadoc/com/testnepal/annotations/package-summary.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.8) on Sat Jan 23 20:11:03 IST 2021 -->
5+
<!-- Generated by javadoc (11.0.8) on Sun Jan 24 00:46:49 IST 2021 -->
66
<title>com.testnepal.annotations (SeleniumTestNepal)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2021-01-23">
8+
<meta name="dc.created" content="2021-01-24">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>
@@ -122,7 +122,10 @@ <h1 title="Package" class="title">Package&nbsp;com.testnepal.annotations</h1>
122122
<tbody>
123123
<tr class="altColor">
124124
<th class="colFirst" scope="row"><a href="FrameworkAnnotation.html" title="annotation in com.testnepal.annotations">FrameworkAnnotation</a></th>
125-
<td class="colLast">&nbsp;</td>
125+
<td class="colLast">
126+
<div class="block">Framework Annotation is user built annotation which is annotated on top of test methods to log the author details and
127+
category details to the extent report.</div>
128+
</td>
126129
</tr>
127130
</tbody>
128131
</table>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy