This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
libraries/bot-builder/src/test/java/com/microsoft/bot/builder/teams Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 4343import java .util .List ;
4444import java .util .concurrent .CompletableFuture ;
4545
46- @ RunWith (MockitoJUnitRunner .class )
46+ @ RunWith (MockitoJUnitRunner .Silent . class )
4747public class TeamsInfoTests {
4848 @ Test
4949 public void TestSendMessageToTeamsChannel () {
Original file line number Diff line number Diff line change 385385 <configuration >
386386 <source >${jdk.version} </source >
387387 <target >${jdk.version} </target >
388+ <compilerArgs >
389+ <arg >-Xpkginfo:always</arg >
390+ </compilerArgs >
388391 </configuration >
389392 </plugin >
390393 <plugin >
441444 </executions >
442445 </plugin >
443446
447+ <plugin >
448+ <groupId >org.apache.maven.plugins</groupId >
449+ <artifactId >maven-surefire-plugin</artifactId >
450+ <version >2.22.2</version >
451+ <configuration >
452+ <includes >
453+ <include >**/*Test*.java</include >
454+ </includes >
455+ </configuration >
456+ </plugin >
457+
444458 <plugin >
445459 <groupId >org.eluder.coveralls</groupId >
446460 <artifactId >coveralls-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments