Skip to content

issues Search Results · repo:junit-team/junit-framework language:Java

Filter by

2k results
 (89 ms)

2k results

injunit-team/junit-framework (press backspace or delete to remove)

https://github.com/junit-team/junit-framework/issues/1139 was recently fixed, allowing access to ParameterInfo for parameterized tests. However some functionality was intentionally left out: Changing ...
component: Jupiter
status: waiting-for-feedback
theme: extensions
theme: parameterized tests
type: new feature
  • scottjasso
  • 3
  • Opened 
    yesterday
  • #4753

Steps to reproduce 0. Have a test engine use JUnits EngineDiscoveryRequestResolver. 1. Discover with DiscoverySelectors.selectClasspathResource( / ). 2. Have the test engine call .getClasspathResources() ...
component: Platform
status: in progress
theme: discovery
type: bug
  • mpkorstanje
  • 3
  • Opened 
    yesterday
  • #4752

I m using org.eclipse.tycho.surefire.junit59-4.0.12.jar for a Maven/Tycho build including surefire tests. I m currently using the following in my target platform definition: unit id= junit-jupiter-api ...
component: Jupiter
component: Platform
component: Vintage
theme: build
type: enhancement
  • axeluhl
  • 9
  • Opened 
    5 days ago
  • #4733

Overview While upgrading the Spring Framework test suite to use JUnit 5.13, I noticed a discovery issue warning that @Order annotations were declared on test methods within a @Nested test class without ...
component: Jupiter
status: team discussion
theme: extensions
theme: programming model
type: enhancement
  • sbrannen
  • Opened 
    5 days ago
  • #4731

Code under test is oftentimes influenced by current locale and time zone. This usually leads to boilerplate code such as private Locale locale; private TimeZone timeZone; @BeforeEach void setUp() { ...
3rd-party: Pioneer
component: Jupiter
status: team discussion
theme: extensions
type: new feature
  • strangelookingnerd
  • Opened 
    5 days ago
  • #4727

Code under test is oftentimes controlled by system properties. This usually leads to boilerplate code such as private String property; @BeforeEach void setUp() { property = System.setProperty( key ...
3rd-party: Pioneer
component: Jupiter
status: team discussion
theme: extensions
type: new feature
  • strangelookingnerd
  • Opened 
    5 days ago
  • #4726

Motivation Currently, the JUnit Platform provides no safe way to cancel test execution early, e.g. after the first test failed, although this is possible in JUnit 4. The only option is to forcibly terminate ...
component: Jupiter
component: Platform
component: Vintage
status: in progress
theme: execution
type: new feature
  • marcphilipp
  • Opened 
    6 days ago
  • #4725

Overview We recently introduced support for JSpecify nullability annotations; however, there are many use cases where additional nullability constraints would prove very beneficial. Here is a concrete ...
component: Jupiter
component: Platform
component: Vintage
status: in progress
type: new feature
  • sbrannen
  • Opened 
    8 days ago
  • #4722

!-- Start by telling us what problem you’re trying to solve. Often a solution already exists! Please, don’t send pull requests to implement new features without first getting our support. -- In the course ...
component: Jupiter
status: team discussion
theme: parameterized tests
type: new feature
  • LeggoMahEggo
  • 8
  • Opened 
    9 days ago
  • #4719

Overview While discussing #4714 with @sormuras, he inquired about the null display name, which sparked an idea... Namely, it would be quite nice to have an auto-quote feature for argument values in the ...
component: Jupiter
theme: parameterized tests
theme: reporting
type: new feature
  • sbrannen
  • 1
  • Opened 
    10 days ago
  • #4716
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub