uday singh

City head operations at Bikxie (MhV Pvt Ltd)

Uday Singh has been working in the professional world since 2018. uday began their career at Bikxie, where they held the role of City Head Operations. In 2020, they joined Reliance Retail as Deputy Manager.

/*

* Copyright (c) 2011-2013, fortiss GmbH.

* Licensed under the Apache License, Version 2.0.

*

* Use, modification and distribution are subject to the terms specified

* in the accompanying license file LICENSE.txt located at the root directory

* of this software distribution. A copy is available at

* http://chromosome.fortiss.org/.

*

* This file is part of CHROMOSOME.

*

* $Id: smokeTestDataHandler.cpp 5043 2013-09-11 13:30:51Z ruiz $

*/

/**

* \file

* Data Handler smoke tests.

*/

/******************************************************************************/

/*** Includes ***/

/******************************************************************************/

#include <gtest/gtest.h>

#include "xme/core/dataHandler/include/dataHandler.h"

#include "xme/hal/include/mem.h"

/******************************************************************************/

/*** Classes ***/

/******************************************************************************/

class DataHandlerSmokeTest: public ::testing::Test

{

protected:

DataHandlerSmokeTest()

: dataPacket(NULL)

{

}

virtual ~DataHandlerSmokeTest()

{

if (NULL != dataPacket)

{

xme_hal_mem_free(dataPacket);

}

}

virtual void SetUp()

{

ASSERT_EQ(XME_STATUS_SUCCESS, xme_core_dataHandler_createDataPacket(sizeof(uint32_t), &dataPacket));

ASSERT_TRUE(NULL != dataPacket);

}

virtual void TearDown()

{

if (NULL != dataPacket)

{

xme_hal_mem_free(dataPacket);

dataPacket = NULL;

}

}

xme_core_dataManager_dataPacket_t* dataPacket;

};

/******************************************************************************/

/*** Tests

Links


Timeline

  • City head operations

    May, 2018 - present