Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Orion test Suite ?

The Java tests do interact with the server almost entirely via the HTTP API, so they could likely be adapted to test another implementation of the server API. There may be some cases where they "reach around" the API into internals, but it may be possible to clean those up. I suggest at least taking a look at them as a starting point. Here is a pointer in Git:

http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/tree/tests/org.eclipse.orion.server.tests

John




From:        Mark Macdonald <mamacdon@xxxxxxxxx>
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>,
Date:        08/27/2013 11:38 AM
Subject:        Re: [orion-dev] Orion test Suite ?
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Not at present. Our Java and Node implementations of the server API do have unit tests, but we have no tools for verifying API compliance of an external implementation.

Regards
Mark



On Wed, Aug 21, 2013 at 8:32 AM, Pfeifer, Wolfgang <w.pfeifer@xxxxxxx> wrote:
Hi all,

 

we are implementing currently a first set of ORION server interfaces on top of our own infrastructure. To make sure, that we are compliant to ORION specification and implementation in these areas, we would like to test the implemented components as intense as possible. Are there any testing components available, we could use, and which are testing with a high degree of functional  coverage  ? In specific we are interested in testing file and workspace api. Later on we are looking for some support in testing transfer api.

Any helpful input is welcome.

 

Best regards

 

Wolfgang Pfeifer

Research Expert

SAP AG

T +49 6227 7 47474 I F +49 6227 78 30819 I mailto:w.pfeifer@xxxxxxx

www.sap.com

 

Pflichtangaben/Mandatory Disclosure Statements:

http://www.sap.com/company/legal/impressum.epx

 

Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten.

Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung

oder Weitergabe der E-Mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die

empfangene E-Mail. Vielen Dank.

 

This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confi dential information. If you have

received this e-mail in error, you are hereby notifi ed that any review, copying, or distribution of it is strictly prohibited.

Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.

 

_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top