[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: How to view AutomatedTests and Examples code?

"Timothy Marc" <timothymarc@xxxxxxxxxx> wrote in message 
news:gprhd3$3h7$1@xxxxxxxxxxxxxxxxxxxx
> Hey,
>
> i've a beginner question concerning how to introspect the Examples or 
> AutomatedTests in an Eclipse project? I'm interested in the OCL project, 
> and they told me, that i should better look into the AutomatedTests, 
> because these are good explanations on how to work with the API.
>
> But, these tests are all compiled and no additional sources are there to 
> attach. So, how can i take some knowledge out of it, if i can't see the 
> code?

In many cases, to get the test code for Eclipse projects, you have to check 
it out from the CVS source repository.  That is, the test sources are not 
distributed with the Eclipse product, but it is freely available from the 
eclipse.org CVS repository.

The project's web site should have a pointer to their part of the CVS 
repository, and using the Repositories view in the CVS perspective you 
should be able to add an entry (with "anonymous" user) and check out the 
necessary projects.