mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[fus] Update library usage statistics for assertions
Adds FUS checker for hamcrest, assertj and truth. #IDEA-360703 (cherry picked from commit 4cffaf737103bb6c5c7e824fd1d061e68d85336f) IJ-CR-148348 GitOrigin-RevId: 475629cc3846b6da7ee6d798ffcf4c855343c01a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
943886cfd9
commit
208e6c32fe
@@ -24,6 +24,7 @@
|
||||
<technology name="arquillian" class="org.jboss.arquillian.container.test.api.Deployment"/>
|
||||
<technology name="arrowkt" class="arrow.core.Either"/>
|
||||
<technology name="aspectj" class="org.aspectj.lang.annotation.Aspect"/>
|
||||
<technology name="assertj" class="org.assertj.core.api.Assertions"/>
|
||||
<technology name="atlas" class="io.qameta.atlas.core.Atlas"/>
|
||||
<technology name="aws-sqs" class="com.amazonaws.services.sqs.AmazonSQS"/>
|
||||
<technology name="axonframework" class="org.axonframework.commandhandling.CommandHandler"/>
|
||||
@@ -69,6 +70,7 @@
|
||||
<technology name="guava" class="com.google.common.base.Optional"/>
|
||||
<technology name="guice" class="com.google.inject.Provider"/>
|
||||
<technology name="gwt" class="com.google.gwt.core.client.EntryPoint"/>
|
||||
<technology name="hamcrest" class="org.hamcrest.Matchers"/>
|
||||
<technology name="hazelcast" class="com.hazelcast.config.Config"/>
|
||||
<technology name="hazelcast-jet" class="com.hazelcast.jet.pipeline.Pipeline"/>
|
||||
<technology name="helidon" class="io.helidon.webserver.WebServer"/>
|
||||
@@ -252,6 +254,7 @@
|
||||
<technology name="testng" class="org.testng.annotations.Test"/>
|
||||
<technology name="thymeleaf" class="org.thymeleaf.dialect.IDialect"/>
|
||||
<technology name="tornadofx" class="tornadofx.App"/>
|
||||
<technology name="truth" class="com.google.common.truth.Truth"/>
|
||||
<technology name="twitter-util" class="com.twitter.util.Future"/>
|
||||
<technology name="unfiltered" class="unfiltered.response.ResponseString"/>
|
||||
<technology name="unirest" class="kong.unirest.Client"/>
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
<technology name="arrowkt" root="arrow"/>
|
||||
<technology name="asm" root="org.objectweb.asm"/>
|
||||
<technology name="aspectj" root="org.aspectj.lang"/>
|
||||
<technology name="assertj" root="org.assertj"/>
|
||||
<technology name="async-http-client" root="org.asynchttpclient"/>
|
||||
<technology name="atlas" root="io.qameta.atlas"/>
|
||||
<technology name="avro" root="org.apache.avro"/>
|
||||
@@ -126,6 +127,7 @@
|
||||
<technology name="guice" root="com.google.inject"/>
|
||||
<technology name="gwt" root="com.google.gwt"/>
|
||||
<technology name="h2" root="org.h2"/>
|
||||
<technology name="hamcrest" root="org.hamcrest"/>
|
||||
<technology name="hazelcast" root="com.hazelcast"/>
|
||||
<technology name="helidon" root="io.helidon"/>
|
||||
<technology name="hexagonkt" root="com.hexagonkt"/>
|
||||
@@ -374,6 +376,7 @@
|
||||
<technology name="testng" root="org.testng"/>
|
||||
<technology name="thymeleaf" root="org.thymeleaf"/>
|
||||
<technology name="tornadofx" root="tornadofx"/>
|
||||
<technology name="truth" root="com.google.common.truth"/>
|
||||
<technology name="twitter-server" root="com.twitter.server"/>
|
||||
<technology name="twitter-util" root="com.twitter.util"/>
|
||||
<technology name="unfiltered" root="unfiltered"/>
|
||||
|
||||
Reference in New Issue
Block a user