Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msbarry/xtest
Unit-testing domain-specific language for Java
https://github.com/msbarry/xtest
Last synced: 8 days ago
JSON representation
Unit-testing domain-specific language for Java
- Host: GitHub
- URL: https://github.com/msbarry/xtest
- Owner: msbarry
- License: epl-1.0
- Created: 2012-02-28T10:36:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-21T09:05:12.000Z (about 12 years ago)
- Last Synced: 2023-10-20T21:55:19.134Z (about 1 year ago)
- Language: Java
- Homepage: http://msbarry.github.com/Xtest
- Size: 32.8 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.html
Awesome Lists containing this project
README
[Xtest](http://msbarry.github.com/Xtest)
=====Xtest is a scripting language tailored to testing Java code. It ships as an Eclipse plugin that lets you write .xtest files anywhere in your workspace in which test failures are highlighted just like Java compile errors.
See the [Xtest website](http://msbarry.github.com/Xtest) to get started.
Installation
------------
Xtest requires Eclipse SDK 3.6 or higher and can be installed from one of the following update sites:`http://msbarry.github.com/Xtest/updates/release`
`http://msbarry.github.com/Xtest/updates/develop`Branches and Versions
---------------------Xtest follows a modified version of the branching strategy described
[here](http://nvie.com/posts/a-successful-git-branching-model/), except that
development occurs in the 'master' branch and every commit to the 'release'
branch is considered a new Xtest release.Xtest releases follow the `major.minor.patch` version number format
- Releases bumping the major version number may break backwards compatibility of Xtest scripts written with a previous version.
- Releases bumping the minor version number will make additional functionality available or only affect the IDE without breaking backwards compatibility of Xtest scripts
- Releases bumping the patch number will only fix bugs and not add or remove functionality.Issues
------Found a bug or have a suggestion? Create a GitHub issue here
https://github.com/msbarry/Xtest/issues
Acknowledgements
----------------
YourKit is kindly supporting open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of innovative and intelligent tools for profiling
Java and .NET applications. Take a look at YourKit's leading software products:
YourKit Java Profiler and
YourKit .NET Profiler.Copyright and license
---------------------
Copyright (c) 2012 Michael BarryAll rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v1.0 which accompanies this distribution, and is available athttp://www.eclipse.org/legal/epl-v10.html.