• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devonfw / IDEasy / 9907372175

12 Jul 2024 11:49AM UTC coverage: 61.142% (-0.02%) from 61.162%
9907372175

push

github

hohwille
fixed tests

1997 of 3595 branches covered (55.55%)

Branch coverage included in aggregate %.

5296 of 8333 relevant lines covered (63.55%)

2.8 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
cli/src/main/java/com/devonfw/tools/ide/tool/dotnet/DotNet.java
1
package com.devonfw.tools.ide.tool.dotnet;
2

3
import java.util.Set;
4

5
import com.devonfw.tools.ide.common.Tag;
6
import com.devonfw.tools.ide.context.IdeContext;
7
import com.devonfw.tools.ide.tool.LocalToolCommandlet;
8

9
public class DotNet extends LocalToolCommandlet {
10

11
  /**
12
   * The constructor.
13
   *
14
   * @param context the {@link IdeContext}. method.
15
   */
16
  public DotNet(IdeContext context) {
17

18
    super(context, "dotnet", Set.of(Tag.DOTNET, Tag.CS));
7✔
19
  }
1✔
20

21
  @Override
22
  public String getToolHelpArguments() {
23

24
    return "help";
×
25
  }
26
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc