-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (20 loc) · 950 Bytes
/
README
File metadata and controls
32 lines (20 loc) · 950 Bytes
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
XSpec version 0.2
-----------------
Copyright 2008, 2010 Jeni Tennison
<http://xspec.googlecode.com>
About:
XSpec is a Behaviour Driven Development (BDD) framework for XML
processing, currently focusing on XSLT and XQuery. It is based on the
Spec framework of RSpec, which is a BDD framework for Ruby.
XSpec consists of a syntax for describing the behaviour of your XSLT
or XQuery code, and some code that enables you to test your code
against those descriptions.
The project owners are Jeni Tennison and Florent Georges.
Usage:
For more information about using XSpec, visit the project wiki at
<http://code.google.com/p/xspec/w/list>. If you have any questions,
you can also join (or search the archives of) the XSpec discussion
list: <http://groups.google.com/group/xspec-users>.
License:
XSpec is released under the MIT license. For a copy of this license,
see LICENSE, or go to <http://www.opensource.org/licenses/mit-license.php>.