Skip to content

Instantly share code, notes, and snippets.

View sjabiulla's full-sized avatar
🏠
Working from home

sjabiulla

🏠
Working from home
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jb</groupId>
<artifactId>MyTest</artifactId>
<version>1.0-SNAPSHOT</version>
import static org.junit.Assert.fail;
import static org.mockito.Matchers.anyString;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;
@RunWith(PowerMockRunner.class)
public class Tournament {
public boolean register(String teamName) {
if (!isAlreadyRegistered(teamName)) {
// register team
return true;
}

Hey there, I'm Jabiulla Shaik - aka [JB][website] 👋

I'm a Husband, Developer, and Nature lover!!

  • 🔭 I have started writing technical blogs at [Medium][website]!
  • 🌱 I’m currently learning Flutter for Mobile development
  • 👯 I'm always eager to learn and share my learning
  • 🥅 2021 Goals: Contribute more to Open Source projects
  • ⚡ Fun fact: I love photography