Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
PowerMock
Conversations
About
PowerMock
1–30 of 865
Mark all as read
Report abusive group
0 selected
matrony
Jun 9
TestNG 7.5 cannot load PowerMockTestCase class
Hello, I would like to ask around whether can I expect some correction for the testNG incompatibility
unread,
TestNG 7.5 cannot load PowerMockTestCase class
Hello, I would like to ask around whether can I expect some correction for the testNG incompatibility
Jun 9
weijian ni
12/8/21
Use PowerMockRule and RoomDatabase together RoomDatabase build error
I want use powermock and RoomDatabase together for test Repository . so like: ``` @Rule public
unread,
Use PowerMockRule and RoomDatabase together RoomDatabase build error
I want use powermock and RoomDatabase together for test Repository . so like: ``` @Rule public
12/8/21
sanchit relan
11/9/21
Powermockito compatibility with JDK 17
Hi, Recently I was upgrading my project from JDK 11 to JDK 17. After upgrading , powermock seems to
unread,
Powermockito compatibility with JDK 17
Hi, Recently I was upgrading my project from JDK 11 to JDK 17. After upgrading , powermock seems to
11/9/21
Yifan Zhang
9/30/21
Stepping/Debugging into the arguments capturing code in IDE?
Hello, Currently in my project, I'm using the following lines to capture the arguments from a
unread,
Stepping/Debugging into the arguments capturing code in IDE?
Hello, Currently in my project, I'm using the following lines to capture the arguments from a
9/30/21
Radek Bartoň
, …
Nam Tongdosa
12
9/23/21
Static method call not being mocked on some threads using RxJava
https://github.com/mockito/mockito/issues/2142#issuecomment-925646725 It works, guys. On Tuesday,
unread,
Static method call not being mocked on some threads using RxJava
https://github.com/mockito/mockito/issues/2142#issuecomment-925646725 It works, guys. On Tuesday,
9/23/21
Laosi Ding
8/26/21
Unable to mock constructor inside enum method
Hi, In below example, I'm trying to mock e.set() method to throw Exception. However, I tried
unread,
Unable to mock constructor inside enum method
Hi, In below example, I'm trying to mock e.set() method to throw Exception. However, I tried
8/26/21
Srishti Tiwari
5/18/21
How to retrieve local object value using powermockito
I am new to unit testing and started writing unit test for one of our legacy project, the issue with
unread,
How to retrieve local object value using powermockito
I am new to unit testing and started writing unit test for one of our legacy project, the issue with
5/18/21
patrick kolodziejczyk
,
Артур Загретдинов
5
3/12/21
About Issu #660 and contributor
Any update on that ? Le lundi 14 décembre 2020 à 17:00:11 UTC+1, patrick kolodziejczyk a écrit :
unread,
About Issu #660 and contributor
Any update on that ? Le lundi 14 décembre 2020 à 17:00:11 UTC+1, patrick kolodziejczyk a écrit :
3/12/21
tools9740
10/27/20
looking for EOL dates
Hello, I am a young French intern and i need to fill a database with EOL/EOS dates of many software /
unread,
looking for EOL dates
Hello, I am a young French intern and i need to fill a database with EOL/EOS dates of many software /
10/27/20
Ivan Kalinin
10/7/20
Pull requests review
Hi guys, I how all of you doing well! Could you please help with PR's review: https://github.com/
unread,
Pull requests review
Hi guys, I how all of you doing well! Could you please help with PR's review: https://github.com/
10/7/20
han li
,
Fábio Lucena Ribas
2
8/31/20
coverage problem with powermockito
http://www.notonlyanecmplace.com/make-eclemma-test-coverage-work-with-powermock/ Em sábado, 29 de
unread,
coverage problem with powermockito
http://www.notonlyanecmplace.com/make-eclemma-test-coverage-work-with-powermock/ Em sábado, 29 de
8/31/20
tuk
8/16/20
Memory Leak with PowerMockito
Hi I am facing a same problem as asked in stackoverflow https://stackoverflow.com/questions/48665288/
unread,
Memory Leak with PowerMockito
Hi I am facing a same problem as asked in stackoverflow https://stackoverflow.com/questions/48665288/
8/16/20
Vikas Gupta
4/16/20
Powermockito not mocking URL constructor in URI.toURL() method
This unit test is failing. package com.abc; import org.junit.Test; import org.junit.runner.RunWith;
unread,
Powermockito not mocking URL constructor in URI.toURL() method
This unit test is failing. package com.abc; import org.junit.Test; import org.junit.runner.RunWith;
4/16/20
Rimal
3/24/20
How can I suggest changes in the Powermock wiki?
I wanted to suggest changes in the Powermock wiki. How can I do that?
unread,
How can I suggest changes in the Powermock wiki?
I wanted to suggest changes in the Powermock wiki. How can I do that?
3/24/20
nihalnaik
,
Brad Lane
3
2/14/20
powermock issue : java.lang.IllegalStateException: Failed to transform class
I'm getting this same error. Did you ever find a solution? On Friday, September 28, 2018 at 1:23:
unread,
powermock issue : java.lang.IllegalStateException: Failed to transform class
I'm getting this same error. Did you ever find a solution? On Friday, September 28, 2018 at 1:23:
2/14/20
ven
2/13/20
How to install powermock for mockito project?
Required to import the JARs into the project library? Regards, Web Trainee at FrontIT
unread,
How to install powermock for mockito project?
Required to import the JARs into the project library? Regards, Web Trainee at FrontIT
2/13/20
Ceyhan Kasap
2/5/20
using Powermock annotations via interface or annotation type
Hi Team, We are trying to use Powermock and for starters we feel that it is a very good unit test
unread,
using Powermock annotations via interface or annotation type
Hi Team, We are trying to use Powermock and for starters we feel that it is a very good unit test
2/5/20
tuk
11/9/19
What dependency to add in maven pom for using powermock with mockito1?
Cross-posting from stackoverflow Powermockito doc shows the below dependency to add in a pom. <
unread,
What dependency to add in maven pom for using powermock with mockito1?
Cross-posting from stackoverflow Powermockito doc shows the below dependency to add in a pom. <
11/9/19
Luís Brito
10/25/19
Do with PowewrMock something like MockUp from JMockit
Hello. I want to do something similar to 'MockUp' from JMockit but with Mockit/PowerMock. I
unread,
Do with PowewrMock something like MockUp from JMockit
Hello. I want to do something similar to 'MockUp' from JMockit but with Mockit/PowerMock. I
10/25/19
PETER LENAHAN
8/3/19
Please consider reporting this to the maintainers of org.powermock.reflect.internal.WhiteboxImpl
I am only reporting these WARNINGS because the message asked me to. I have the other warnings, and I
unread,
Please consider reporting this to the maintainers of org.powermock.reflect.internal.WhiteboxImpl
I am only reporting these WARNINGS because the message asked me to. I have the other warnings, and I
8/3/19
Francesca Herpertz
7/22/19
ByteBuddy fix for JDK Issue available in Powermock?
Today I came across the following issue while using Mockito. https://github.com/mockk/mockk/issues/
unread,
ByteBuddy fix for JDK Issue available in Powermock?
Today I came across the following issue while using Mockito. https://github.com/mockk/mockk/issues/
7/22/19
Wade Hong
5/30/19
verifyStatic get NotAMockExcption from mockito
Hey guys, I'm trying to migrate PowerMock from 1.7.4 to 2.0.2 and Mockito from 1.10.19 to 2.25.0.
unread,
verifyStatic get NotAMockExcption from mockito
Hey guys, I'm trying to migrate PowerMock from 1.7.4 to 2.0.2 and Mockito from 1.10.19 to 2.25.0.
5/30/19
Jonathan Leitschuh
4/18/19
Security Vulnerability in PowerMock
This needs eyes and a resolution. https://github.com/powermock/powermock/issues/973 Without a
unread,
Security Vulnerability in PowerMock
This needs eyes and a resolution. https://github.com/powermock/powermock/issues/973 Without a
4/18/19
unidever
, …
Hema Priya
5
2/23/19
mock a final static inner class
Thanks for the post Mike , now i know how to write unit tests for inner class methods. On Saturday,
unread,
mock a final static inner class
Thanks for the post Mike , now i know how to write unit tests for inner class methods. On Saturday,
2/23/19
CHINNA CHINNI
1/13/19
powermock method invocation exception
public class DBConnection { public static Connection getConnection(String dataSource){ Connection con
unread,
powermock method invocation exception
public class DBConnection { public static Connection getConnection(String dataSource){ Connection con
1/13/19
Free Andy
12/14/18
Is power mockito thread safe?
The Mockito FAQ indicates it is safe to let multiple threads access a mock as long as stubbing/
unread,
Is power mockito thread safe?
The Mockito FAQ indicates it is safe to let multiple threads access a mock as long as stubbing/
12/14/18
Kai Song
, …
Meghna Verma
4
11/9/18
junit 4.12 throws Field 'fTestClass' was not found with mockito2
I did actually. In my case, it was quite silly. I hadn't explicitly specified the junit version
unread,
junit 4.12 throws Field 'fTestClass' was not found with mockito2
I did actually. In my case, it was quite silly. I hadn't explicitly specified the junit version
11/9/18
matthias
, …
Rajan Parmar
4
11/6/18
PowerMockito.spy(StaticClass) still causes real method invocation
[For anyone looking at this post because of the same issue]. This worked for me: spy(Util.class);
unread,
PowerMockito.spy(StaticClass) still causes real method invocation
[For anyone looking at this post because of the same issue]. This worked for me: spy(Util.class);
11/6/18
swetamb...@globallogic.com
10/23/18
How to set the value of private and static member variable of class in Junit
private String readJsonFile(String jsonFileName) throws GenericFlowException { FSDataInputStream
unread,
How to set the value of private and static member variable of class in Junit
private String readJsonFile(String jsonFileName) throws GenericFlowException { FSDataInputStream
10/23/18
Pavlo Rozbytskyi
9/28/18
executing tests methods in classes where used annotation @RunWith(PowerMockRunner.class)`
This method allows you execute all test methods in classes DataContainerTest.class and AnotherTest.
unread,
executing tests methods in classes where used annotation @RunWith(PowerMockRunner.class)`
This method allows you execute all test methods in classes DataContainerTest.class and AnotherTest.
9/28/18