File: articles.xml

package info (click to toggle)
libgroboutils-java 5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,496 kB
  • sloc: java: 59,880; xml: 12,762; sh: 377; perl: 104; makefile: 20
file content (88 lines) | stat: -rw-r--r-- 2,957 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<document>
<head>
    <name url="articles.html">Articles and Guides</name>
    <doc-version>$Date: 2004/03/14 01:49:58 $</doc-version>
</head>
<body>
<P>
This is a list of the articles published throughout the website, placed
in a single location to ease navigation.
<UL>
    <LI><B>JUnit Extensions</B>
    <UL>
        <LI><article-link package="testing-junit" file="art_naming" /></LI>
        <LI><article-link package="testing-junit" file="art_jf" /></LI>
        <LI><article-link package="testing-junit" file="art_hierarchy" /></LI>
        <LI><article-link package="testing-junit" file="art_eut" /></LI>
        <LI><article-link package="testing-junit" file="art_iut" /></LI>
        <LI><article-link package="testing-junit" file="art_ait" /></LI>
        
        <LI><article-link package="testing-junit" file="using_it" /></LI>
        <LI><article-link package="testing-junit" file="using_mtt" /></LI>
        <LI><article-link package="testing-junit" file="using_subtests" /></LI>
    </UL>
    </LI>
    <LI><B>Util-Classes</B>
    <UL>
        <LI><article-link package="util-classes" file="using" /></LI>
    </UL>
    </LI>
    <LI><B>AutoDoc</B>
    <UL>
        <LI><article-link package="testing-autodoc" file="art_selfdoc" /></LI>
        <LI><article-link package="testing-autodoc" file="using" /></LI>
    </UL>
    </LI>
    <LI><B>Util-XML</B>
    <UL>
        <LI><article-link package="util-xml" file="using" /></LI>
    </UL>
    </LI>
    <LI><B>GroboCodeCoverage</B>
    <UL>
        <LI><article-link package="codecoverage" file="v2_antdoc" /></LI>
    </UL>
    </LI>
</UL>
</P>

<P>
The following is a list of external articles about GroboUtils:
<UL>
    <LI>
    <a href="http://www.acm.vt.edu/~mheffner/selftest/">Using the SelfTest
    API</a> by Mike Heffner and Justin Holmes.  A wrapper and extension to
    the Hierarchial Testing Framework.
    </LI>
    <LI>
    <a href="http://java.net">java.net</a>:
    <a href="http://today.java.net/pub/a/today/2003/08/06/multithreadedTests.html"
    >Multithreaded Tests with JUnit</a> by N. Alex Rupp
    </LI>
    <LI>
    <a href="http://www.ddj.com">Dr. Dobb's Journal</a>
    <a href="http://www.ddj.com/documents/s=1679/ddj0302b/">February, 2003</a>:
    Testing Java Interfaces With JUnit by Matt Albrecht
    </LI>
    <LI>
    <a href="http://www.javaranch.com/newsletter/200401/IntroToCodeCoverage.html">
    Introduction to Code Coverage</a> by Lasse Koskela.
    <!-- I need to study this document to see where I can improve my
    coverage tool! -->
    </LI>
    <LI>
    <a href="http://www.acm.vt.edu/~mheffner/selftest/">
    Self-Testing API documentation</a>, which
    contains a wrapper around the GroboUtils JUnit extensions.
    </LI>
    <LI>
    <a href="http://www.jroller.com/page/Groboclown">
    The project lead's weblog</a>, which occasionally references the current
    development in GroboUtils.
    </LI>
</UL>
</P>

</body>
</document>