Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel4

Setting up IDE

Windows

You can set up the SDNC IDE by following instructions from Setting Up Your Development Environment

...

Linux

This is the step of installing Intellij IDEA.

0. Download

https://www.jetbrains.com/idea/download/#section=linux

1. Unpack the ideaIC.gz or ideaIU.gz file.

...

.

...

tar xfz ideaIC.tar.gz or ideaIU.tar.gz. <new_archive_folder>

The recommended install location according to the filesystem hierarchy standard (FHS) is /opt. For example, it's possible to enter the following command:

sudo tar xf -*.tar.gz -C /opt/

2. Go to the bin directory, for example:

cd opt/-*/binH

3. Run idea.sh from the bin subdirectory.

Reference Link:

...

Download the Source Code

Create Your Linux Foundation Account

...

WhiteBox is the class under package org.mockito.internal.util.reflectio that could be used to do code reflection.

static ObjectgetInternalState(Object target, String field) 
static voidsetInternalState(Object target, String field, Object value) 

Issue of using Powermockito

...