Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Generalize JUnit view?



On Fri, Jan 25, 2019 at 8:54 PM Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
Hi,

I am maintaining a unit test framework for scripts, having my own unit
test view. Instead of maintaining my own UI stuff I would prefer to
reuse the JUnit view. Had a discussion on this with Noopur @ EclipseCon
some time ago and in principle this should be a reasonably easy target.
Now I am wondering if it would make sense to carve out the JUnit view
from JDT and have a more general view for Unit results.

There would be some use cases for it:
* C/C++ devs have their own spin-off of the JUnit view
* EASE got its own Unit test view
* PyDev could reuse it for PyTest
* PHP tools have their own view
... probably more?

What do you think about it?

That would be really nice addition and ease adding new ecosystem significantly . We never considered adding view for ACute(C# - `dotnet test`) and Corrosion (Rust - `cargo test`) but if there is a view which to fill with data (like Outline view) that would be really nice.
 

Christian
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jdt-dev


--
Alexander Kurtakov
Red Hat Eclipse Team

Back to the top